summaryrefslogtreecommitdiffstats
path: root/kworldwatch
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:19:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:19:17 -0600
commita002e0879f1ee9759db789bde6d9f1cf9b99ea44 (patch)
tree57fd8d56705f71999a85cf0d9f236c0b113cdc10 /kworldwatch
parent8a9def19a71ed5550f846496345166261910f102 (diff)
downloadtdetoys-a002e0879f1ee9759db789bde6d9f1cf9b99ea44.tar.gz
tdetoys-a002e0879f1ee9759db789bde6d9f1cf9b99ea44.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kworldwatch')
-rw-r--r--kworldwatch/applet.cpp2
-rw-r--r--kworldwatch/main.cpp6
-rw-r--r--kworldwatch/mapwidget.cpp4
3 files changed, 6 insertions, 6 deletions
diff --git a/kworldwatch/applet.cpp b/kworldwatch/applet.cpp
index 4559c92..644fa6d 100644
--- a/kworldwatch/applet.cpp
+++ b/kworldwatch/applet.cpp
@@ -28,7 +28,7 @@
#include <tqlayout.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kglobal.h>
#include <klocale.h>
#include <kiconloader.h>
diff --git a/kworldwatch/main.cpp b/kworldwatch/main.cpp
index 023ae07..ce56cb2 100644
--- a/kworldwatch/main.cpp
+++ b/kworldwatch/main.cpp
@@ -35,10 +35,10 @@
#include <tqwidget.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
-#include <kaboutdata.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdecmdlineargs.h>
#include <klocale.h>
#include <kdebug.h>
diff --git a/kworldwatch/mapwidget.cpp b/kworldwatch/mapwidget.cpp
index de50bdc..4812a97 100644
--- a/kworldwatch/mapwidget.cpp
+++ b/kworldwatch/mapwidget.cpp
@@ -35,8 +35,8 @@
#include <tqdatetime.h>
-#include <kapplication.h>
-#include <kcmdlineargs.h>
+#include <tdeapplication.h>
+#include <tdecmdlineargs.h>
#include <kcolordialog.h>
#include <tdeconfig.h>
#include <kglobal.h>