summaryrefslogtreecommitdiffstats
path: root/kresources/kolab/kabc
diff options
context:
space:
mode:
Diffstat (limited to 'kresources/kolab/kabc')
-rw-r--r--kresources/kolab/kabc/CMakeLists.txt2
-rw-r--r--kresources/kolab/kabc/contact.cpp2
-rw-r--r--kresources/kolab/kabc/resourcekolab.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/kresources/kolab/kabc/CMakeLists.txt b/kresources/kolab/kabc/CMakeLists.txt
index f79d31f6..e1d3bd40 100644
--- a/kresources/kolab/kabc/CMakeLists.txt
+++ b/kresources/kolab/kabc/CMakeLists.txt
@@ -13,7 +13,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/../shared
${CMAKE_SOURCE_DIR}
- ${CMAKE_SOURCE_DIR}/libkdepim
+ ${CMAKE_SOURCE_DIR}/libtdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kresources/kolab/kabc/contact.cpp b/kresources/kolab/kabc/contact.cpp
index b75355f5..7a26f62f 100644
--- a/kresources/kolab/kabc/contact.cpp
+++ b/kresources/kolab/kabc/contact.cpp
@@ -36,7 +36,7 @@
#include <kabc/addressee.h>
#include <kabc/stdaddressbook.h>
#include <libkcal/freebusyurlstore.h>
-#include <libkdepim/distributionlist.h>
+#include <libtdepim/distributionlist.h>
#include <kio/netaccess.h>
#include <kdebug.h>
#include <tqfile.h>
diff --git a/kresources/kolab/kabc/resourcekolab.h b/kresources/kolab/kabc/resourcekolab.h
index a3c8a9c3..c6a27b6b 100644
--- a/kresources/kolab/kabc/resourcekolab.h
+++ b/kresources/kolab/kabc/resourcekolab.h
@@ -33,7 +33,7 @@
#ifndef KABC_RESOURCEKOLAB_H
#define KABC_RESOURCEKOLAB_H
-#include <libkdepim/resourceabc.h>
+#include <libtdepim/resourceabc.h>
#include <dcopobject.h>
#include "../shared/resourcekolabbase.h"
#include "../shared/subresource.h"