summaryrefslogtreecommitdiffstats
path: root/kontact/interfaces
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:18:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-14 17:18:40 -0600
commit38b7daf1afffa515cf4880847c0d985f3c6ee753 (patch)
tree3e5e8489a057008373c2ae2d1583d5a1865f7e3d /kontact/interfaces
parentf4236c497b152468e23da7b8a64caf6988e61515 (diff)
downloadtdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.tar.gz
tdepim-38b7daf1afffa515cf4880847c0d985f3c6ee753.zip
Rename common header files for consistency with class renaming
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>