summaryrefslogtreecommitdiffstats
path: root/kioslaves
diff options
context:
space:
mode:
Diffstat (limited to 'kioslaves')
-rw-r--r--kioslaves/imap4/CMakeLists.txt2
-rw-r--r--kioslaves/mbox/CMakeLists.txt2
-rw-r--r--kioslaves/opengroupware/Makefile.am2
-rw-r--r--kioslaves/opengroupware/opengroupware.cpp2
-rw-r--r--kioslaves/opengroupware/webdavhandler.cpp2
-rw-r--r--kioslaves/sieve/CMakeLists.txt2
6 files changed, 6 insertions, 6 deletions
diff --git a/kioslaves/imap4/CMakeLists.txt b/kioslaves/imap4/CMakeLists.txt
index 5f332a47..adb628c3 100644
--- a/kioslaves/imap4/CMakeLists.txt
+++ b/kioslaves/imap4/CMakeLists.txt
@@ -15,7 +15,7 @@ include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/libemailfunctions
${CMAKE_SOURCE_DIR}/libkmime
- ${CMAKE_SOURCE_DIR}/libkdepim
+ ${CMAKE_SOURCE_DIR}/libtdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kioslaves/mbox/CMakeLists.txt b/kioslaves/mbox/CMakeLists.txt
index 33e9d3dc..b823d8b9 100644
--- a/kioslaves/mbox/CMakeLists.txt
+++ b/kioslaves/mbox/CMakeLists.txt
@@ -11,7 +11,7 @@
include_directories(
${CMAKE_BINARY_DIR}
- ${CMAKE_SOURCE_DIR}/libkdepim
+ ${CMAKE_SOURCE_DIR}/libtdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)
diff --git a/kioslaves/opengroupware/Makefile.am b/kioslaves/opengroupware/Makefile.am
index bd410490..9ec6d230 100644
--- a/kioslaves/opengroupware/Makefile.am
+++ b/kioslaves/opengroupware/Makefile.am
@@ -12,6 +12,6 @@ kde_module_LTLIBRARIES = kio_opengroupware.la
kio_opengroupware_la_SOURCES = opengroupware.cpp webdavhandler.cpp
kio_opengroupware_la_LIBADD = $(top_builddir)/libkcal/libkcal.la \
- $(top_builddir)/libkdepim/libkdepim.la $(LIB_KIO)
+ $(top_builddir)/libtdepim/libtdepim.la $(LIB_KIO)
kio_opengroupware_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
diff --git a/kioslaves/opengroupware/opengroupware.cpp b/kioslaves/opengroupware/opengroupware.cpp
index ad15b155..6e798c64 100644
--- a/kioslaves/opengroupware/opengroupware.cpp
+++ b/kioslaves/opengroupware/opengroupware.cpp
@@ -27,7 +27,7 @@
#include <kio/davjob.h>
#include <klocale.h>
-#include <libkdepim/kabcresourcecached.h>
+#include <libtdepim/kabcresourcecached.h>
#include <libkcal/freebusy.h>
#include <libkcal/icalformat.h>
diff --git a/kioslaves/opengroupware/webdavhandler.cpp b/kioslaves/opengroupware/webdavhandler.cpp
index 1177624c..406687cc 100644
--- a/kioslaves/opengroupware/webdavhandler.cpp
+++ b/kioslaves/opengroupware/webdavhandler.cpp
@@ -24,7 +24,7 @@
#include <limits.h>
-#include <libkdepim/kpimprefs.h>
+#include <libtdepim/kpimprefs.h>
#include <kdebug.h>
#include <kconfig.h>
diff --git a/kioslaves/sieve/CMakeLists.txt b/kioslaves/sieve/CMakeLists.txt
index fc63faa4..f0297bac 100644
--- a/kioslaves/sieve/CMakeLists.txt
+++ b/kioslaves/sieve/CMakeLists.txt
@@ -11,7 +11,7 @@
include_directories(
${CMAKE_BINARY_DIR}
- ${CMAKE_SOURCE_DIR}/libkdepim
+ ${CMAKE_SOURCE_DIR}/libtdepim
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
)