summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:23:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:23:31 -0600
commit9f98833902316ab551f3a61b222726d6aed99337 (patch)
tree5cb22d86d9f43e2f7308582b4ff216e09dc56395
parent2a6fba0f1c8f333e17df9c5c7f6406d5fb6f69cc (diff)
downloadtde-style-qtcurve-9f98833902316ab551f3a61b222726d6aed99337.tar.gz
tde-style-qtcurve-9f98833902316ab551f3a61b222726d6aed99337.zip
Additional kde to tde renaming
-rw-r--r--config/CMakeLists.txt2
-rw-r--r--style/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
index ce8c54a..cd94f6a 100644
--- a/config/CMakeLists.txt
+++ b/config/CMakeLists.txt
@@ -8,5 +8,5 @@ include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/common ${CMAKE_CURRE
trinity_add_ui_files(kstyle_qtcurve_config_PART_SRCS qtcurveconfigbase.ui)
trinity_add_kpart(kstyle_qtcurve_config ${kstyle_qtcurve_config_PART_SRCS})
trinity_automoc(${kstyle_qtcurve_config_PART_SRCS})
-target_link_libraries(kstyle_qtcurve_config ${QT_AND_KDECORE_LIBS} kio kdeui)
+target_link_libraries(kstyle_qtcurve_config ${QT_AND_KDECORE_LIBS} kio tdeui)
install(TARGETS kstyle_qtcurve_config DESTINATION ${KDE3_LIB_DIR}/trinity)
diff --git a/style/CMakeLists.txt b/style/CMakeLists.txt
index cf37121..c3260ca 100644
--- a/style/CMakeLists.txt
+++ b/style/CMakeLists.txt
@@ -6,7 +6,7 @@ if (NOT QTC_QT_ONLY)
trinity_automoc(${qtcurve_SRCS})
add_library(qtcurve MODULE ${qtcurve_SRCS})
set_target_properties(qtcurve PROPERTIES PREFIX "")
- target_link_libraries(qtcurve ${QT_LIBRARIES} kdefx)
+ target_link_libraries(qtcurve ${QT_LIBRARIES} tdefx)
install(TARGETS qtcurve LIBRARY DESTINATION ${KDE3_LIB_DIR}/trinity/plugins/styles)
install(FILES qtcurve.themerc DESTINATION ${KDE3PREFIX}/share/apps/kstyle/themes)
else (NOT QTC_QT_ONLY)