summaryrefslogtreecommitdiffstats
path: root/kontact/interfaces
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:50 -0600
commitb363d2579af0a11b77e698aed2e1021c2233b644 (patch)
treef4a47b87354b7a6a3b266c8121bd8ddaeb7accaa /kontact/interfaces
parent61bddfe3a7226b18c68a76124b727c736f431688 (diff)
downloadtdepim-b363d2579af0a11b77e698aed2e1021c2233b644.tar.gz
tdepim-b363d2579af0a11b77e698aed2e1021c2233b644.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kontact/interfaces')
-rw-r--r--kontact/interfaces/core.cpp4
-rw-r--r--kontact/interfaces/core.h4
-rw-r--r--kontact/interfaces/plugin.cpp2
3 files changed, 5 insertions, 5 deletions
diff --git a/kontact/interfaces/core.cpp b/kontact/interfaces/core.cpp
index 92e0f624d..772ecc814 100644
--- a/kontact/interfaces/core.cpp
+++ b/kontact/interfaces/core.cpp
@@ -23,8 +23,8 @@
#include "core.h"
-#include <kparts/part.h>
-#include <kparts/componentfactory.h>
+#include <tdeparts/part.h>
+#include <tdeparts/componentfactory.h>
#include <kdebug.h>
#include <tqtimer.h>
#include <klocale.h>
diff --git a/kontact/interfaces/core.h b/kontact/interfaces/core.h
index 2c8a5a4db..c92aca5d1 100644
--- a/kontact/interfaces/core.h
+++ b/kontact/interfaces/core.h
@@ -25,8 +25,8 @@
#include <tqdatetime.h>
#include <tdepimmacros.h>
-#include <kparts/mainwindow.h>
-#include <kparts/part.h>
+#include <tdeparts/mainwindow.h>
+#include <tdeparts/part.h>
class KAction;
diff --git a/kontact/interfaces/plugin.cpp b/kontact/interfaces/plugin.cpp
index 82f2bbbec..9d9445e99 100644
--- a/kontact/interfaces/plugin.cpp
+++ b/kontact/interfaces/plugin.cpp
@@ -25,7 +25,7 @@
#include <dcopclient.h>
#include <kaboutdata.h>
#include <kglobal.h>
-#include <kparts/componentfactory.h>
+#include <tdeparts/componentfactory.h>
#include <kdebug.h>
#include <kinstance.h>
#include <krun.h>