diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:17:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:17:39 -0600 |
commit | bf9a82cf15f344877b72097e1f3542a34ff014d2 (patch) | |
tree | b1bd215208810467c221da5add150166b8517ba8 /kontact_plugin | |
parent | 28966b0f45e33638140cfeb71dbae76f51cc738c (diff) | |
download | basket-bf9a82cf15f344877b72097e1f3542a34ff014d2.tar.gz basket-bf9a82cf15f344877b72097e1f3542a34ff014d2.zip |
Additional kde to tde renaming
Diffstat (limited to 'kontact_plugin')
-rw-r--r-- | kontact_plugin/Makefile.am | 2 | ||||
-rw-r--r-- | kontact_plugin/uniqueapphandler.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kontact_plugin/Makefile.am b/kontact_plugin/Makefile.am index e57829c..c01c0d2 100644 --- a/kontact_plugin/Makefile.am +++ b/kontact_plugin/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir) $(all_inclu kde_module_LTLIBRARIES = libkontact_basket.la libkontact_basket_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkontact_basket_la_LIBADD = -lkpinterfaces $(LIB_QT) -lDCOP -lkdecore -lkdeui +libkontact_basket_la_LIBADD = -lkpinterfaces $(LIB_QT) -lDCOP -ltdecore -ltdeui noinst_HEADERS = basket_plugin.h uniqueapphandler.h libkontact_basket_la_SOURCES = basket_plugin.cpp uniqueapphandler.cpp basketdcopiface.stub diff --git a/kontact_plugin/uniqueapphandler.h b/kontact_plugin/uniqueapphandler.h index a39aa04..c0c2ee8 100644 --- a/kontact_plugin/uniqueapphandler.h +++ b/kontact_plugin/uniqueapphandler.h @@ -24,7 +24,7 @@ #include <dcopobject.h> #include <kontact/plugin.h> -#include <kdepimmacros.h> +#include <tdepimmacros.h> namespace Kontact { |