summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/smpppdcs
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 /kopete/plugins/smpppdcs
parentde2f2bebe2d2d09320470b4fdfb8efeaf334638f (diff)
downloadtdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.tar.gz
tdenetwork-5497356b6c12e5854b297bfa0d9c2a9f20cb4ca0.zip
Rename common header files for consistency with class renaming
Diffstat (limited to 'kopete/plugins/smpppdcs')
-rw-r--r--kopete/plugins/smpppdcs/detectordcop.cpp2
-rw-r--r--kopete/plugins/smpppdcs/detectorsmpppd.cpp2
-rw-r--r--kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp2
-rw-r--r--kopete/plugins/smpppdcs/unittest/main.cpp8
4 files changed, 7 insertions, 7 deletions
diff --git a/kopete/plugins/smpppdcs/detectordcop.cpp b/kopete/plugins/smpppdcs/detectordcop.cpp
index f5f5f992..931d5e3a 100644
--- a/kopete/plugins/smpppdcs/detectordcop.cpp
+++ b/kopete/plugins/smpppdcs/detectordcop.cpp
@@ -14,7 +14,7 @@
*************************************************************************
*/
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <dcopclient.h>
#include <kdebug.h>
diff --git a/kopete/plugins/smpppdcs/detectorsmpppd.cpp b/kopete/plugins/smpppdcs/detectorsmpppd.cpp
index b6f6fc30..57ca728d 100644
--- a/kopete/plugins/smpppdcs/detectorsmpppd.cpp
+++ b/kopete/plugins/smpppdcs/detectorsmpppd.cpp
@@ -17,7 +17,7 @@
#include <kdebug.h>
#include <kglobal.h>
#include <tdeconfig.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include "iconnector.h"
#include "detectorsmpppd.h"
diff --git a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp
index 64d5ffd2..931fbb83 100644
--- a/kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp
+++ b/kopete/plugins/smpppdcs/smpppdcsprefsimpl.cpp
@@ -20,7 +20,7 @@
#include <tqradiobutton.h>
#include <kstandarddirs.h>
-#include <kapplication.h>
+#include <tdeapplication.h>
#include <kpushbutton.h>
#include <kresolver.h>
#include <knuminput.h>
diff --git a/kopete/plugins/smpppdcs/unittest/main.cpp b/kopete/plugins/smpppdcs/unittest/main.cpp
index eefcd731..79b0656c 100644
--- a/kopete/plugins/smpppdcs/unittest/main.cpp
+++ b/kopete/plugins/smpppdcs/unittest/main.cpp
@@ -14,10 +14,10 @@
*************************************************************************
*/
-#include <kaboutdata.h>
-#include <kapplication.h>
-#include <kcmdlineargs.h>
-#include <kcmdlineargs.h>
+#include <tdeaboutdata.h>
+#include <tdeapplication.h>
+#include <tdecmdlineargs.h>
+#include <tdecmdlineargs.h>
#include <klocale.h>
#include <tdeunittest/runnergui.h>