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 /libkpimexchange | |
parent | c60dbcd2d1ac60d5044c2558028801b4c6afd77e (diff) | |
download | tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.tar.gz tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.zip |
Rename kde libraries to tde
Diffstat (limited to 'libkpimexchange')
-rw-r--r-- | libkpimexchange/core/CMakeLists.txt | 2 | ||||
-rw-r--r-- | libkpimexchange/core/Makefile.am | 2 | ||||
-rw-r--r-- | libkpimexchange/core/exchangeclient.cpp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/libkpimexchange/core/CMakeLists.txt b/libkpimexchange/core/CMakeLists.txt index e1d246cad..de31d2a13 100644 --- a/libkpimexchange/core/CMakeLists.txt +++ b/libkpimexchange/core/CMakeLists.txt @@ -16,7 +16,7 @@ tde_import( libkcal ) 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/libkpimexchange/core/Makefile.am b/libkpimexchange/core/Makefile.am index cc19fd79c..128ed5cf4 100644 --- a/libkpimexchange/core/Makefile.am +++ b/libkpimexchange/core/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir)/korganizer/interfaces -I$(top_srcdir) \ -I$(top_builddir)/libkcal/libical/src/libical -I$(top_builddir)/libkcal/libical/src/libicalss \ $(all_includes) -# -I$(top_builddir)/libkdepim/resources -I$(top_builddir)/libkdepim/resources/calendar +# -I$(top_builddir)/libtdepim/resources -I$(top_builddir)/libtdepim/resources/calendar noinst_LTLIBRARIES = libkpimexchangecore.la diff --git a/libkpimexchange/core/exchangeclient.cpp b/libkpimexchange/core/exchangeclient.cpp index 1047f36ef..fe320b0f0 100644 --- a/libkpimexchange/core/exchangeclient.cpp +++ b/libkpimexchange/core/exchangeclient.cpp @@ -27,8 +27,8 @@ // These for test() method #include <kio/http.h> #include <kio/davjob.h> -// #include "libkdepim/resources/resourcemanager.h" -// #include "libkdepim/resources/calendar/resourcecalendar.h" +// #include "libtdepim/resources/resourcemanager.h" +// #include "libtdepim/resources/calendar/resourcecalendar.h" #include "exchangeclient.h" |