From 38188136cc426b4bb00abf6f8c7c90b4bb27c453 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 5 Nov 2011 21:46:25 -0500 Subject: Rename kde libraries to tde --- libkpimexchange/core/CMakeLists.txt | 2 +- libkpimexchange/core/Makefile.am | 2 +- libkpimexchange/core/exchangeclient.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'libkpimexchange/core') 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 #include -// #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" -- cgit v1.2.1