diff options
Diffstat (limited to 'kontact/plugins/kaddressbook')
-rw-r--r-- | kontact/plugins/kaddressbook/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kontact/plugins/kaddressbook/Makefile.am | 2 | ||||
-rw-r--r-- | kontact/plugins/kaddressbook/kaddressbook_plugin.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kontact/plugins/kaddressbook/CMakeLists.txt b/kontact/plugins/kaddressbook/CMakeLists.txt index 9786fa62f..b0ec6fe2f 100644 --- a/kontact/plugins/kaddressbook/CMakeLists.txt +++ b/kontact/plugins/kaddressbook/CMakeLists.txt @@ -13,7 +13,7 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../../interfaces ${CMAKE_SOURCE_DIR} - ${CMAKE_SOURCE_DIR}/libkdepim + ${CMAKE_SOURCE_DIR}/libtdepim ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} ) diff --git a/kontact/plugins/kaddressbook/Makefile.am b/kontact/plugins/kaddressbook/Makefile.am index a769f29d8..8cbe4f4a9 100644 --- a/kontact/plugins/kaddressbook/Makefile.am +++ b/kontact/plugins/kaddressbook/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/kontact/interfaces -I$(top_srcdir) $(all_includes) kde_module_LTLIBRARIES = libkontact_kaddressbookplugin.la libkontact_kaddressbookplugin_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -lkabc -libkontact_kaddressbookplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la $(top_builddir)/libkdepim/libkdepim.la +libkontact_kaddressbookplugin_la_LIBADD = $(top_builddir)/kontact/interfaces/libkpinterfaces.la $(top_builddir)/libtdepim/libtdepim.la libkontact_kaddressbookplugin_la_SOURCES = kaddressbook_plugin.cpp \ kaddressbookiface.stub \ diff --git a/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp b/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp index db1d80caf..34bec493e 100644 --- a/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp +++ b/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp @@ -40,7 +40,7 @@ #include <dcopclient.h> #include "kmailIface_stub.h" -#include <libkdepim/maillistdrag.h> +#include <libtdepim/maillistdrag.h> #include "core.h" #include "plugin.h" |