summaryrefslogtreecommitdiffstats
path: root/kontact/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/interfaces')
-rw-r--r--kontact/interfaces/plugin.cpp2
-rw-r--r--kontact/interfaces/uniqueapphandler.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/kontact/interfaces/plugin.cpp b/kontact/interfaces/plugin.cpp
index ae7efa52..a14a50db 100644
--- a/kontact/interfaces/plugin.cpp
+++ b/kontact/interfaces/plugin.cpp
@@ -23,7 +23,7 @@
#include <tqobjectlist.h>
#include <dcopclient.h>
-#include <kaboutdata.h>
+#include <tdeaboutdata.h>
#include <kglobal.h>
#include <tdeparts/componentfactory.h>
#include <kdebug.h>
diff --git a/kontact/interfaces/uniqueapphandler.cpp b/kontact/interfaces/uniqueapphandler.cpp
index c465d724..11b7bc5f 100644
--- a/kontact/interfaces/uniqueapphandler.cpp
+++ b/kontact/interfaces/uniqueapphandler.cpp
@@ -21,8 +21,8 @@
#include "uniqueapphandler.h"
#include <kstartupinfo.h>
-#include <kapplication.h>
-#include <kcmdlineargs.h>
+#include <tdeapplication.h>
+#include <tdecmdlineargs.h>
#include "core.h"
#include <twin.h>
#include <dcopclient.h>