diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:33:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:33:00 -0600 |
commit | 090b721da15619faa344860707e43ba455210060 (patch) | |
tree | 5026141d252d208f821d54abb7bfa79ec24894e7 /configdialog/CMakeLists.txt | |
parent | 0fa2037bf4c912c0dcb69053a057b48332c66758 (diff) | |
download | kbfx-090b721da15619faa344860707e43ba455210060.tar.gz kbfx-090b721da15619faa344860707e43ba455210060.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'configdialog/CMakeLists.txt')
-rw-r--r-- | configdialog/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configdialog/CMakeLists.txt b/configdialog/CMakeLists.txt index 33c7260..542194c 100644 --- a/configdialog/CMakeLists.txt +++ b/configdialog/CMakeLists.txt @@ -26,7 +26,7 @@ IF (NOT USE_KDE4) TARGET_LINK_LIBRARIES(kbfxconfigapp kbfxdata kbfxcommon - ${QT_AND_KDECORE_LIBS} + ${QT_AND_TDECORE_LIBS} -lDCOP ${KDE3_KIO_LIBRARY} ${KDE3_UI_LIBRARY} @@ -42,9 +42,9 @@ ELSE (NOT USE_KDE4) TARGET_LINK_LIBRARIES(kbfxconfigapp kbfxdata kbfxcommon - ${KDE4_KDECORE_LIBS} + ${KDE4_TDECORE_LIBS} ${KDE4_KIO_LIBS} - ${KDE4_KDEUI_LIBS} + ${KDE4_TDEUI_LIBS} ) ENDIF (NOT USE_KDE4) |