summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:09:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:09:58 -0600
commit4af2186993f7fe61626d1197106ed5f367a5b3fc (patch)
tree9e911488b44b1bdf688632f9811151203b05c341 /src/main.cpp
parent5301bc5ca97d1f89f1156e84bcb3930bca0a2d61 (diff)
downloadkvpnc-4af2186993f7fe61626d1197106ed5f367a5b3fc.tar.gz
kvpnc-4af2186993f7fe61626d1197106ed5f367a5b3fc.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7150220..74b34d0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -19,8 +19,8 @@
***************************************************************************/
// KDE includes
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include <kmessagebox.h>
#include <tdemainwindow.h>
#include <kapp.h>