summaryrefslogtreecommitdiffstats
path: root/ktouch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:16:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:16:19 -0600
commitd5f01dcc48ac3af828089b8810ef30a245e0346b (patch)
tree8de1121122ebcb437dd3f0d36f0cfcd537bbe26d /ktouch
parent256525ac7b6317f0a47cd563d8df2bdd917f4a74 (diff)
downloadtdeedu-d5f01dcc48ac3af828089b8810ef30a245e0346b.tar.gz
tdeedu-d5f01dcc48ac3af828089b8810ef30a245e0346b.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'ktouch')
-rw-r--r--ktouch/src/ktouch.h2
-rw-r--r--ktouch/src/main.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/ktouch/src/ktouch.h b/ktouch/src/ktouch.h
index e2648969..7b58b411 100644
--- a/ktouch/src/ktouch.h
+++ b/ktouch/src/ktouch.h
@@ -22,7 +22,7 @@
#include <tqvaluevector.h>
#include <tdemainwindow.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kurl.h>
class TQLabel;
diff --git a/ktouch/src/main.cpp b/ktouch/src/main.cpp
index 7f8fbcf1..c8b74b57 100644
--- a/ktouch/src/main.cpp
+++ b/ktouch/src/main.cpp
@@ -11,8 +11,8 @@
***************************************************************************/
#include "ktouch.h"
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdecmdlineargs.h>
#include <kdebug.h>