summaryrefslogtreecommitdiffstats
path: root/kweather
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 /kweather
parent8a9def19a71ed5550f846496345166261910f102 (diff)
downloadtdetoys-a002e0879f1ee9759db789bde6d9f1cf9b99ea44.tar.gz
tdetoys-a002e0879f1ee9759db789bde6d9f1cf9b99ea44.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kweather')
-rw-r--r--kweather/kcmweather.cpp4
-rw-r--r--kweather/kcmweatherservice.cpp2
-rw-r--r--kweather/kweather.cpp4
-rw-r--r--kweather/main.cpp4
-rw-r--r--kweather/reportmain.cpp6
-rw-r--r--kweather/serviceconfigwidget.cpp2
-rw-r--r--kweather/weatherbutton.cpp2
-rw-r--r--kweather/weatherlib.cpp2
-rw-r--r--kweather/weatherservice.cpp2
9 files changed, 14 insertions, 14 deletions
diff --git a/kweather/kcmweather.cpp b/kweather/kcmweather.cpp
index 2d15ca8..366a346 100644
--- a/kweather/kcmweather.cpp
+++ b/kweather/kcmweather.cpp
@@ -26,8 +26,8 @@
#include <tqlabel.h>
#include <tqlayout.h>
-#include <kaboutdata.h>
-#include <kapplication.h>
+#include <tdeaboutdata.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kdebug.h>
#include <klocale.h>
diff --git a/kweather/kcmweatherservice.cpp b/kweather/kcmweatherservice.cpp
index 1d64ee0..8f06982 100644
--- a/kweather/kcmweatherservice.cpp
+++ b/kweather/kcmweatherservice.cpp
@@ -23,7 +23,7 @@
#include <tqlayout.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <kdebug.h>
#include <klocale.h>
diff --git a/kweather/kweather.cpp b/kweather/kweather.cpp
index f688225..704dbe1 100644
--- a/kweather/kweather.cpp
+++ b/kweather/kweather.cpp
@@ -16,8 +16,8 @@
* *
***************************************************************************/
-#include <kaboutapplication.h>
-#include <kapplication.h>
+#include <tdeaboutapplication.h>
+#include <tdeapplication.h>
#include <kcmultidialog.h>
#include <kdebug.h>
#include <klocale.h>
diff --git a/kweather/main.cpp b/kweather/main.cpp
index ba4f64f..864b551 100644
--- a/kweather/main.cpp
+++ b/kweather/main.cpp
@@ -1,7 +1,7 @@
#include <kuniqueapplication.h>
-#include <kcmdlineargs.h>
+#include <tdecmdlineargs.h>
#include <kdebug.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <klocale.h>
#include <dcopclient.h>
#include "weatherservice.h"
diff --git a/kweather/reportmain.cpp b/kweather/reportmain.cpp
index d5e06fc..3e1926f 100644
--- a/kweather/reportmain.cpp
+++ b/kweather/reportmain.cpp
@@ -1,10 +1,10 @@
#include "reportview.h"
#include <stdlib.h>
-#include <kapplication.h>
-#include <kcmdlineargs.h>
+#include <tdeapplication.h>
+#include <tdecmdlineargs.h>
#include <kdebug.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <kglobal.h>
#include <klocale.h>
#include <dcopclient.h>
diff --git a/kweather/serviceconfigwidget.cpp b/kweather/serviceconfigwidget.cpp
index 3671be4..7457049 100644
--- a/kweather/serviceconfigwidget.cpp
+++ b/kweather/serviceconfigwidget.cpp
@@ -22,7 +22,7 @@
#include <dcopclient.h>
#include <dcopref.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kdialog.h>
#include <kglobal.h>
diff --git a/kweather/weatherbutton.cpp b/kweather/weatherbutton.cpp
index 1905a75..2b3bf9f 100644
--- a/kweather/weatherbutton.cpp
+++ b/kweather/weatherbutton.cpp
@@ -21,7 +21,7 @@
#include <tqpainter.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kcursor.h>
#include <kglobalsettings.h>
#include <kiconeffect.h>
diff --git a/kweather/weatherlib.cpp b/kweather/weatherlib.cpp
index c0313ad..c4c5128 100644
--- a/kweather/weatherlib.cpp
+++ b/kweather/weatherlib.cpp
@@ -32,7 +32,7 @@ email : geiseri@msoe.edu
#include <knotifyclient.h>
#include <ktempfile.h>
#include <unistd.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kpassivepopup.h>
#include "metar_parser.h"
diff --git a/kweather/weatherservice.cpp b/kweather/weatherservice.cpp
index 7fa3b0c..7416976 100644
--- a/kweather/weatherservice.cpp
+++ b/kweather/weatherservice.cpp
@@ -20,7 +20,7 @@
*/
#include <kdebug.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdeconfig.h>
#include <kglobal.h>
#include <klocale.h>