summaryrefslogtreecommitdiffstats
path: root/kspy
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:19:07 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:19:07 -0600
commit19cea58302be2d15b10b106c80ff82f7b5a2fa79 (patch)
treea3e30cb6598f0306bc1974b673c843b992ae6aec /kspy
parentd5f82ed01c915a5480e07f2e9055013a266d82bb (diff)
downloadtdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.tar.gz
tdesdk-19cea58302be2d15b10b106c80ff82f7b5a2fa79.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kspy')
-rw-r--r--kspy/main.cpp4
-rw-r--r--kspy/spy.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/kspy/main.cpp b/kspy/main.cpp
index c191c0ee..9a1515bb 100644
--- a/kspy/main.cpp
+++ b/kspy/main.cpp
@@ -15,8 +15,8 @@
* *
***************************************************************************/
-#include <kcmdlineargs.h>
-#include <kaboutdata.h>
+#include <tdecmdlineargs.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
#include "spy.h"
diff --git a/kspy/spy.h b/kspy/spy.h
index ec68b6d0..f78a78f3 100644
--- a/kspy/spy.h
+++ b/kspy/spy.h
@@ -22,7 +22,7 @@
#include <config.h>
#endif
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tqwidget.h>
class NavView;