diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:25 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:25 -0500 |
commit | 38188136cc426b4bb00abf6f8c7c90b4bb27c453 (patch) | |
tree | cc6c53ffa4ace78115bef8c4e0a1007d65dd598d /kresources/featureplan | |
parent | c60dbcd2d1ac60d5044c2558028801b4c6afd77e (diff) | |
download | tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.tar.gz tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.zip |
Rename kde libraries to tde
Diffstat (limited to 'kresources/featureplan')
-rw-r--r-- | kresources/featureplan/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kresources/featureplan/Makefile.am | 2 | ||||
-rw-r--r-- | kresources/featureplan/kcal_resourcefeatureplan.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kresources/featureplan/CMakeLists.txt b/kresources/featureplan/CMakeLists.txt index 5af26e081..c365c8cbb 100644 --- a/kresources/featureplan/CMakeLists.txt +++ b/kresources/featureplan/CMakeLists.txt @@ -24,7 +24,7 @@ endif( ) include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/libkdepim + ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kresources/featureplan/Makefile.am b/kresources/featureplan/Makefile.am index 3e3d01a8b..70bddac30 100644 --- a/kresources/featureplan/Makefile.am +++ b/kresources/featureplan/Makefile.am @@ -12,7 +12,7 @@ libkcal_resourcefeatureplan_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) \ -version-info 1:0:0 -no-undefined libkcal_resourcefeatureplan_la_LIBADD = libfeatureplancommon.la \ $(top_builddir)/libkcal/libkcal.la \ - $(top_builddir)/libkdepim/libkdepim.la + $(top_builddir)/libtdepim/libtdepim.la libkcal_resourcefeatureplan_la_COMPILE_FIRST = kde-features.h prefs.h diff --git a/kresources/featureplan/kcal_resourcefeatureplan.cpp b/kresources/featureplan/kcal_resourcefeatureplan.cpp index cce884955..2b54b0267 100644 --- a/kresources/featureplan/kcal_resourcefeatureplan.cpp +++ b/kresources/featureplan/kcal_resourcefeatureplan.cpp @@ -39,7 +39,7 @@ #include <kstandarddirs.h> #include <kstringhandler.h> #include <kurl.h> -#include <libkdepim/kpimprefs.h> +#include <libtdepim/kpimprefs.h> using namespace KCal; |