diff options
Diffstat (limited to 'kresources/caldav')
-rw-r--r-- | kresources/caldav/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kresources/caldav/Makefile.am | 2 | ||||
-rw-r--r-- | kresources/caldav/resource.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kresources/caldav/CMakeLists.txt b/kresources/caldav/CMakeLists.txt index ad7446149..da220c139 100644 --- a/kresources/caldav/CMakeLists.txt +++ b/kresources/caldav/CMakeLists.txt @@ -14,7 +14,7 @@ include( ConfigureChecks.cmake ) include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/libkdepim + ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ${CALDAV_INCLUDE_DIRS} diff --git a/kresources/caldav/Makefile.am b/kresources/caldav/Makefile.am index 45c0f2c7c..1bfe28dc4 100644 --- a/kresources/caldav/Makefile.am +++ b/kresources/caldav/Makefile.am @@ -14,7 +14,7 @@ libkcal_caldav_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \ -version-info 1:0:0 -no-undefined libkcal_caldav_la_LIBADD = \ $(top_builddir)/libkcal/libkcal.la \ - $(top_builddir)/libkdepim/libkdepim.la \ + $(top_builddir)/libtdepim/libtdepim.la \ -lcaldav libkcal_caldav_la_COMPILE_FIRST = prefsskel.h diff --git a/kresources/caldav/resource.h b/kresources/caldav/resource.h index 66eb21d04..417767663 100644 --- a/kresources/caldav/resource.h +++ b/kresources/caldav/resource.h @@ -22,7 +22,7 @@ #include <tqptrqueue.h> #include <libkcal/resourcecached.h> -#include <libkdepim/progressmanager.h> +#include <libtdepim/progressmanager.h> #include <kabc/locknull.h> |