diff options
Diffstat (limited to 'kontact/plugins/newsticker')
-rw-r--r-- | kontact/plugins/newsticker/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kontact/plugins/newsticker/kcmkontactknt.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kontact/plugins/newsticker/CMakeLists.txt b/kontact/plugins/newsticker/CMakeLists.txt index 1415a3545..cea04661d 100644 --- a/kontact/plugins/newsticker/CMakeLists.txt +++ b/kontact/plugins/newsticker/CMakeLists.txt @@ -42,6 +42,6 @@ tde_add_kpart( libkontact_newstickerplugin AUTOMOC tde_add_kpart( kcm_kontactknt AUTOMOC SOURCES kcmkontactknt.cpp - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kontact/plugins/newsticker/kcmkontactknt.cpp b/kontact/plugins/newsticker/kcmkontactknt.cpp index 6795ffb5b..fe2a20c63 100644 --- a/kontact/plugins/newsticker/kcmkontactknt.cpp +++ b/kontact/plugins/newsticker/kcmkontactknt.cpp @@ -45,7 +45,7 @@ #include "newsfeeds.h" -#include <kdepimmacros.h> +#include <tdepimmacros.h> extern "C" { |