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 /kaddressbook/common | |
parent | c60dbcd2d1ac60d5044c2558028801b4c6afd77e (diff) | |
download | tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.tar.gz tdepim-38188136cc426b4bb00abf6f8c7c90b4bb27c453.zip |
Rename kde libraries to tde
Diffstat (limited to 'kaddressbook/common')
-rw-r--r-- | kaddressbook/common/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kaddressbook/common/Makefile.am | 2 | ||||
-rw-r--r-- | kaddressbook/common/kabprefs_base.kcfgc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/common/CMakeLists.txt b/kaddressbook/common/CMakeLists.txt index 69d212c59..7bf0625a6 100644 --- a/kaddressbook/common/CMakeLists.txt +++ b/kaddressbook/common/CMakeLists.txt @@ -12,7 +12,7 @@ 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/kaddressbook/common/Makefile.am b/kaddressbook/common/Makefile.am index 63a0951d8..0b626741c 100644 --- a/kaddressbook/common/Makefile.am +++ b/kaddressbook/common/Makefile.am @@ -8,5 +8,5 @@ noinst_LTLIBRARIES = libkabcommon.la libkabcommon_la_SOURCES = kabprefs.cpp kabprefs_base.kcfgc locationmap.cpp filter.cpp libkabcommon_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined libkabcommon_la_LIBADD = $(top_builddir)/kaddressbook/interfaces/libkabinterfaces.la \ - $(top_builddir)/libkdepim/libkdepim.la + $(top_builddir)/libtdepim/libtdepim.la noinst_HEADERS = filter.h kabprefs.h diff --git a/kaddressbook/common/kabprefs_base.kcfgc b/kaddressbook/common/kabprefs_base.kcfgc index cca2c9337..75e0d84de 100644 --- a/kaddressbook/common/kabprefs_base.kcfgc +++ b/kaddressbook/common/kabprefs_base.kcfgc @@ -4,7 +4,7 @@ ClassName=KABPrefsBase Singleton=false Mutators=true Inherits=KPimPrefs -IncludeFiles=libkdepim/kpimprefs.h +IncludeFiles=libtdepim/kpimprefs.h MemberVariables=public GlobalEnums=true ItemAccessors=true |