diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-09-24 19:11:29 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-09-24 19:11:29 +0200 |
commit | 4f9d880a1c6a9a8f997f39ea8274255bddab0884 (patch) | |
tree | b40a7961ca84f46f1a377f5306aa0d81901fd8c7 | |
parent | 06717a7be190a9e95d0799140700bd7a6ac485a5 (diff) | |
download | tdenetwork-4f9d880a1c6a9a8f997f39ea8274255bddab0884.tar.gz tdenetwork-4f9d880a1c6a9a8f997f39ea8274255bddab0884.zip |
Fix remaining renaming knewstuff
m--------- | admin | 0 | ||||
-rw-r--r-- | kopete/kopete/config/appearance/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kopete/kopete/config/appearance/Makefile.am | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/admin b/admin -Subproject 4813f61a33c80294b915d2c346916fa7013e04a +Subproject 92ee091d6ecb323af421834d2926f2d920035ad diff --git a/kopete/kopete/config/appearance/CMakeLists.txt b/kopete/kopete/config/appearance/CMakeLists.txt index a0bdcb54..5cb8d7b0 100644 --- a/kopete/kopete/config/appearance/CMakeLists.txt +++ b/kopete/kopete/config/appearance/CMakeLists.txt @@ -38,6 +38,6 @@ tde_add_kpart( kcm_kopete_appearanceconfig AUTOMOC appearanceconfig_emoticons.ui emoticonseditdialog.cpp emoticonseditwidget.ui tooltipeditdialog.cpp tooltipeditwidget.ui - LINK kopetechatwindow-static kopete-shared tdehtml-shared knewstuff-shared + LINK kopetechatwindow-static kopete-shared tdehtml-shared tdenewstuff-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kopete/kopete/config/appearance/Makefile.am b/kopete/kopete/config/appearance/Makefile.am index d16188bd..a0501bb0 100644 --- a/kopete/kopete/config/appearance/Makefile.am +++ b/kopete/kopete/config/appearance/Makefile.am @@ -13,7 +13,7 @@ kcm_kopete_appearanceconfig_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) \ $(all_libraries) kcm_kopete_appearanceconfig_la_LIBADD = ../../../libkopete/libkopete.la \ ../../../kopete/chatwindow/libkopetechatwindow.la \ - -ltdetexteditor $(LIB_KOPETECOMPAT) $(LIB_TDEUTILS) $(LIB_KNEWSTUFF) + -ltdetexteditor $(LIB_KOPETECOMPAT) $(LIB_TDEUTILS) $(LIB_TDENEWSTUFF) service_DATA = kopete_appearanceconfig.desktop servicedir = $(kde_servicesdir) |