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/kolab | |
parent | c60dbcd2d1ac60d5044c2558028801b4c6afd77e (diff) | |
download | tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.tar.gz tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.zip |
Rename kde libraries to tde
Diffstat (limited to 'kresources/kolab')
-rw-r--r-- | kresources/kolab/kabc/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kresources/kolab/kabc/contact.cpp | 2 | ||||
-rw-r--r-- | kresources/kolab/kabc/resourcekolab.h | 2 | ||||
-rw-r--r-- | kresources/kolab/kcal/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kresources/kolab/kcal/Makefile.am | 2 | ||||
-rw-r--r-- | kresources/kolab/kcal/resourcekolab.cpp | 2 | ||||
-rw-r--r-- | kresources/kolab/knotes/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kresources/kolab/knotes/Makefile.am | 2 | ||||
-rw-r--r-- | kresources/kolab/shared/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kresources/kolab/shared/Makefile.am | 2 | ||||
-rw-r--r-- | kresources/kolab/shared/kolabbase.cpp | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/kresources/kolab/kabc/CMakeLists.txt b/kresources/kolab/kabc/CMakeLists.txt index f79d31f64..e1d3bd40f 100644 --- a/kresources/kolab/kabc/CMakeLists.txt +++ b/kresources/kolab/kabc/CMakeLists.txt @@ -13,7 +13,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../shared ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/libkdepim + ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kresources/kolab/kabc/contact.cpp b/kresources/kolab/kabc/contact.cpp index b75355f5a..7a26f62f7 100644 --- a/kresources/kolab/kabc/contact.cpp +++ b/kresources/kolab/kabc/contact.cpp @@ -36,7 +36,7 @@ #include <kabc/addressee.h> #include <kabc/stdaddressbook.h> #include <libkcal/freebusyurlstore.h> -#include <libkdepim/distributionlist.h> +#include <libtdepim/distributionlist.h> #include <kio/netaccess.h> #include <kdebug.h> #include <tqfile.h> diff --git a/kresources/kolab/kabc/resourcekolab.h b/kresources/kolab/kabc/resourcekolab.h index a3c8a9c36..c6a27b6bf 100644 --- a/kresources/kolab/kabc/resourcekolab.h +++ b/kresources/kolab/kabc/resourcekolab.h @@ -33,7 +33,7 @@ #ifndef KABC_RESOURCEKOLAB_H #define KABC_RESOURCEKOLAB_H -#include <libkdepim/resourceabc.h> +#include <libtdepim/resourceabc.h> #include <dcopobject.h> #include "../shared/resourcekolabbase.h" #include "../shared/subresource.h" diff --git a/kresources/kolab/kcal/CMakeLists.txt b/kresources/kolab/kcal/CMakeLists.txt index aab6d3240..70750ed19 100644 --- a/kresources/kolab/kcal/CMakeLists.txt +++ b/kresources/kolab/kcal/CMakeLists.txt @@ -14,7 +14,7 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/../shared ${CMAKE_CURRENT_SOURCE_DIR}/../kcal ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/libkdepim + ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kresources/kolab/kcal/Makefile.am b/kresources/kolab/kcal/Makefile.am index bc0af8ddf..4b0193ba5 100644 --- a/kresources/kolab/kcal/Makefile.am +++ b/kresources/kolab/kcal/Makefile.am @@ -1,7 +1,7 @@ METASOURCES = AUTO INCLUDES = -I$(top_srcdir)/kresources/kolab/shared -I$(top_srcdir) \ - -I$(top_builddir)/libkdepim $(all_includes) + -I$(top_builddir)/libtdepim $(all_includes) # The kolab wizard links to this library too lib_LTLIBRARIES = libkcalkolab.la diff --git a/kresources/kolab/kcal/resourcekolab.cpp b/kresources/kolab/kcal/resourcekolab.cpp index 04db68a6e..e0ea6d164 100644 --- a/kresources/kolab/kcal/resourcekolab.cpp +++ b/kresources/kolab/kcal/resourcekolab.cpp @@ -41,7 +41,7 @@ #include <kio/uiserver_stub.h> #include <kapplication.h> #include <dcopclient.h> -#include <libkdepim/kincidencechooser.h> +#include <libtdepim/kincidencechooser.h> #include <kabc/locknull.h> #include <kmainwindow.h> #include <klocale.h> diff --git a/kresources/kolab/knotes/CMakeLists.txt b/kresources/kolab/knotes/CMakeLists.txt index 2f33b214e..273dc0ccb 100644 --- a/kresources/kolab/knotes/CMakeLists.txt +++ b/kresources/kolab/knotes/CMakeLists.txt @@ -14,7 +14,7 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/../shared ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/knotes - ${CMAKE_SOURCE_DIR}/libkdepim + ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kresources/kolab/knotes/Makefile.am b/kresources/kolab/knotes/Makefile.am index de4ff1dd8..0315f3365 100644 --- a/kresources/kolab/knotes/Makefile.am +++ b/kresources/kolab/knotes/Makefile.am @@ -1,7 +1,7 @@ METASOURCES = AUTO INCLUDES = -I$(top_srcdir)/kresources/kolab/shared \ - -I$(top_srcdir) -I$(top_srcdir)/knotes -I$(top_builddir)/libkdepim $(all_includes) + -I$(top_srcdir) -I$(top_srcdir)/knotes -I$(top_builddir)/libtdepim $(all_includes) # The kolab wizard links to this library too lib_LTLIBRARIES = libknoteskolab.la diff --git a/kresources/kolab/shared/CMakeLists.txt b/kresources/kolab/shared/CMakeLists.txt index 6389f4db7..e714eec53 100644 --- a/kresources/kolab/shared/CMakeLists.txt +++ b/kresources/kolab/shared/CMakeLists.txt @@ -13,7 +13,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/kresources/lib - ${CMAKE_SOURCE_DIR}/libkdepim + ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kresources/kolab/shared/Makefile.am b/kresources/kolab/shared/Makefile.am index f75af8817..7ecc333af 100644 --- a/kresources/kolab/shared/Makefile.am +++ b/kresources/kolab/shared/Makefile.am @@ -9,7 +9,7 @@ libresourcekolabshared_la_SOURCES = \ subresource.cpp \ kmailconnection.skel kmailicalIface.stub libresourcekolabshared_la_METASOURCES = AUTO -libresourcekolabshared_la_LIBADD = $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libkdepim/libkdepim.la ../../lib/libkgroupwarebase.la +libresourcekolabshared_la_LIBADD = $(top_builddir)/libkcal/libkcal.la $(top_builddir)/libtdepim/libtdepim.la ../../lib/libkgroupwarebase.la libresourcekolabshared_la_LDFLAGS = -no-undefined kmailicalIface_DCOPIDLNG = true diff --git a/kresources/kolab/shared/kolabbase.cpp b/kresources/kolab/shared/kolabbase.cpp index 3341ee35f..09ec2cd6b 100644 --- a/kresources/kolab/shared/kolabbase.cpp +++ b/kresources/kolab/shared/kolabbase.cpp @@ -35,7 +35,7 @@ #include <kabc/addressee.h> #include <libkcal/journal.h> -#include <libkdepim/kpimprefs.h> +#include <libtdepim/kpimprefs.h> #include <libemailfunctions/email.h> #include <kdebug.h> #include <tqfile.h> |