summaryrefslogtreecommitdiffstats
path: root/knewsticker
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:18:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:18:22 -0600
commit5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0 (patch)
treecac6b9814cc96ab1755111ea14e40057700ce066 /knewsticker
parentde2f2bebe2d2d09320470b4fdfb8efeaf334638f (diff)
downloadtdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.tar.gz
tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'knewsticker')
-rw-r--r--knewsticker/common/newsengine.cpp2
-rw-r--r--knewsticker/common/newsiconmgr.cpp2
-rw-r--r--knewsticker/knewsticker.cpp4
-rw-r--r--knewsticker/knewstickerconfig.cpp2
-rw-r--r--knewsticker/knewstickerstub/knewstickerstub.cpp6
-rw-r--r--knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp2
-rw-r--r--knewsticker/newsscroller.cpp2
7 files changed, 10 insertions, 10 deletions
diff --git a/knewsticker/common/newsengine.cpp b/knewsticker/common/newsengine.cpp
index e503c7b1..d0c8c214 100644
--- a/knewsticker/common/newsengine.cpp
+++ b/knewsticker/common/newsengine.cpp
@@ -14,7 +14,7 @@
#include "xmlnewsaccess.h"
#include "newsiconmgr.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kdebug.h>
#include <kmessagebox.h>
#include <kprocess.h>
diff --git a/knewsticker/common/newsiconmgr.cpp b/knewsticker/common/newsiconmgr.cpp
index 8864478a..228e0618 100644
--- a/knewsticker/common/newsiconmgr.cpp
+++ b/knewsticker/common/newsiconmgr.cpp
@@ -12,7 +12,7 @@
#include <dcopclient.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kiconloader.h>
#include <kstandarddirs.h>
diff --git a/knewsticker/knewsticker.cpp b/knewsticker/knewsticker.cpp
index a6ea7ce3..01b5c000 100644
--- a/knewsticker/knewsticker.cpp
+++ b/knewsticker/knewsticker.cpp
@@ -15,8 +15,8 @@
#include "newsiconmgr.h"
#include "knewstickerconfig.h"
-#include <kaboutapplication.h>
-#include <kapplication.h>
+#include <tdeaboutapplication.h>
+#include <tdeapplication.h>
#include <karrowbutton.h>
#include <kbugreport.h>
#include <kdebug.h>
diff --git a/knewsticker/knewstickerconfig.cpp b/knewsticker/knewstickerconfig.cpp
index 8ec90bd8..77689310 100644
--- a/knewsticker/knewstickerconfig.cpp
+++ b/knewsticker/knewstickerconfig.cpp
@@ -14,7 +14,7 @@
#include "newsiconmgr.h"
#include "newssourcedlgimpl.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kcolorbutton.h>
#include <kcombobox.h>
#include <kdebug.h>
diff --git a/knewsticker/knewstickerstub/knewstickerstub.cpp b/knewsticker/knewstickerstub/knewstickerstub.cpp
index 3a2b4bd5..234752b7 100644
--- a/knewsticker/knewstickerstub/knewstickerstub.cpp
+++ b/knewsticker/knewstickerstub/knewstickerstub.cpp
@@ -9,9 +9,9 @@
* accompanying file 'COPYING'.
*/
-#include <kaboutdata.h>
-#include <kapplication.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdeapplication.h>
+#include <tdecmdlineargs.h>
#include <kdebug.h>
#include <dcopclient.h>
diff --git a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp
index 6f5f8532..15ebe7f7 100644
--- a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp
+++ b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp
@@ -17,7 +17,7 @@
#include <document.h>
#include <loader.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <tdelistbox.h>
#include <klocale.h>
#include <kurl.h>
diff --git a/knewsticker/newsscroller.cpp b/knewsticker/newsscroller.cpp
index 1cb992fd..cd9d9000 100644
--- a/knewsticker/newsscroller.cpp
+++ b/knewsticker/newsscroller.cpp
@@ -23,7 +23,7 @@
#include "configaccess.h"
#include "newsscroller.h"
#include "newsengine.h"
-#include <kapplication.h>
+#include <tdeapplication.h>
class Headline
{