summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/smpppdcs
diff options
context:
space:
mode:
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>