From 5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Thu, 14 Feb 2013 17:18:22 -0600
Subject: Rename common header files for consistency with class renaming

---
 knewsticker/common/newsengine.cpp                     | 2 +-
 knewsticker/common/newsiconmgr.cpp                    | 2 +-
 knewsticker/knewsticker.cpp                           | 4 ++--
 knewsticker/knewstickerconfig.cpp                     | 2 +-
 knewsticker/knewstickerstub/knewstickerstub.cpp       | 6 +++---
 knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp | 2 +-
 knewsticker/newsscroller.cpp                          | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

(limited to 'knewsticker')

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
 {
-- 
cgit v1.2.1