diff options
Diffstat (limited to 'kioslaves')
-rw-r--r-- | kioslaves/imap4/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kioslaves/mbox/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kioslaves/opengroupware/Makefile.am | 2 | ||||
-rw-r--r-- | kioslaves/opengroupware/opengroupware.cpp | 2 | ||||
-rw-r--r-- | kioslaves/opengroupware/webdavhandler.cpp | 2 | ||||
-rw-r--r-- | kioslaves/sieve/CMakeLists.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/kioslaves/imap4/CMakeLists.txt b/kioslaves/imap4/CMakeLists.txt index 5f332a472..adb628c35 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 33e9d3dcd..b823d8b93 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 bd4104904..9ec6d2302 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 ad15b155b..6e798c64e 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 1177624c5..406687ccb 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 fc63faa4e..f0297bace 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} ) |