diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:33:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:33:00 -0600 |
commit | 090b721da15619faa344860707e43ba455210060 (patch) | |
tree | 5026141d252d208f821d54abb7bfa79ec24894e7 /plugins/applications | |
parent | 0fa2037bf4c912c0dcb69053a057b48332c66758 (diff) | |
download | kbfx-090b721da15619faa344860707e43ba455210060.tar.gz kbfx-090b721da15619faa344860707e43ba455210060.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'plugins/applications')
-rw-r--r-- | plugins/applications/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/applications/CMakeLists.txt b/plugins/applications/CMakeLists.txt index 6a717fd..c4d9fc1 100644 --- a/plugins/applications/CMakeLists.txt +++ b/plugins/applications/CMakeLists.txt @@ -16,7 +16,7 @@ IF (NOT USE_KDE4) # VERSION ${APPLICATION_VERSION}) TARGET_LINK_LIBRARIES(kbfxplasmadatastub kbfxdata - ${QT_AND_KDECORE_LIBS} + ${QT_AND_TDECORE_LIBS} ${KDE3_KIO_LIBRARY} ${KDE3_UI_LIBRARY} ${KDE3_KHTML_LIBRARY} @@ -30,9 +30,9 @@ ELSE (NOT USE_KDE4) KDE4_ADD_LIBRARY(kbfxplasmadatastub SHARED ${libkbfxplasmadatastubsrc}) TARGET_LINK_LIBRARIES(kbfxplasmadatastub kbfxdata - ${KDE4_KDECORE_LIBS} + ${KDE4_TDECORE_LIBS} ${KDE4_KIO_LIBS} - ${KDE4_KDEUI_LIBS} + ${KDE4_TDEUI_LIBS} ${KDE4_KHTML_LIBS} ${M_LIBRARY} ) |