summaryrefslogtreecommitdiffstats
path: root/kbfxlib
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:33:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:33:00 -0600
commit090b721da15619faa344860707e43ba455210060 (patch)
tree5026141d252d208f821d54abb7bfa79ec24894e7 /kbfxlib
parent0fa2037bf4c912c0dcb69053a057b48332c66758 (diff)
downloadkbfx-090b721da15619faa344860707e43ba455210060.tar.gz
kbfx-090b721da15619faa344860707e43ba455210060.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'kbfxlib')
-rw-r--r--kbfxlib/common/CMakeLists.txt6
-rw-r--r--kbfxlib/data/CMakeLists.txt6
2 files changed, 6 insertions, 6 deletions
diff --git a/kbfxlib/common/CMakeLists.txt b/kbfxlib/common/CMakeLists.txt
index f318f74..929c8bb 100644
--- a/kbfxlib/common/CMakeLists.txt
+++ b/kbfxlib/common/CMakeLists.txt
@@ -21,7 +21,7 @@ IF (NOT USE_KDE4)
# SOVERSION ${LIB_MAJOR}
# VERSION ${APPLICATION_VERSION})
TARGET_LINK_LIBRARIES(kbfxcommon
- ${QT_AND_KDECORE_LIBS}
+ ${QT_AND_TDECORE_LIBS}
${KDE3_KIO_LIBRARY}
${KDE3_UI_LIBRARY}
${KDE3_KHTML_LIBRARY}
@@ -34,9 +34,9 @@ ELSE (NOT USE_KDE4)
KDE4_ADD_LIBRARY(kbfxcommon SHARED ${libkbfxcommonsrc})
TARGET_LINK_LIBRARIES(kbfxcommon
- ${KDE4_KDECORE_LIBS}
+ ${KDE4_TDECORE_LIBS}
${KDE4_KIO_LIBS}
- ${KDE4_KDEUI_LIBS}
+ ${KDE4_TDEUI_LIBS}
${KDE4_KHTML_LIBS}
${M_LIBRARY}
)
diff --git a/kbfxlib/data/CMakeLists.txt b/kbfxlib/data/CMakeLists.txt
index 676ef78..eb99dfe 100644
--- a/kbfxlib/data/CMakeLists.txt
+++ b/kbfxlib/data/CMakeLists.txt
@@ -21,7 +21,7 @@ IF (NOT USE_KDE4)
# SOVERSION ${LIB_MAJOR}
# VERSION ${APPLICATION_VERSION})
TARGET_LINK_LIBRARIES(kbfxdata
- ${QT_AND_KDECORE_LIBS}
+ ${QT_AND_TDECORE_LIBS}
${KDE3_KIO_LIBRARY}
${KDE3_UI_LIBRARY}
${KDE3_KHTML_LIBRARY}
@@ -34,9 +34,9 @@ ELSE (NOT USE_KDE4)
KDE4_ADD_LIBRARY(kbfxdata SHARED ${libkbfxdatasrc})
TARGET_LINK_LIBRARIES(kbfxdata
- ${KDE4_KDECORE_LIBS}
+ ${KDE4_TDECORE_LIBS}
${KDE4_KIO_LIBS}
- ${KDE4_KDEUI_LIBS}
+ ${KDE4_TDEUI_LIBS}
${KDE4_KHTML_LIBS}
${M_LIBRARY}
)