summaryrefslogtreecommitdiffstats
path: root/tqt3integration
diff options
context:
space:
mode:
Diffstat (limited to 'tqt3integration')
-rw-r--r--tqt3integration/libqtkde/CMakeLists.txt2
-rw-r--r--tqt3integration/module/CMakeLists.txt2
-rw-r--r--tqt3integration/utils/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/tqt3integration/libqtkde/CMakeLists.txt b/tqt3integration/libqtkde/CMakeLists.txt
index a4220ac26..44952e35f 100644
--- a/tqt3integration/libqtkde/CMakeLists.txt
+++ b/tqt3integration/libqtkde/CMakeLists.txt
@@ -27,7 +27,7 @@ link_directories(
tde_add_library( qtkde SHARED AUTOMOC
SOURCES qtkde.cpp
VERSION 0.0.0
- LINK kdeui-shared
+ LINK tdeui-shared
DEPENDENCIES generate_tqt3_bindings
DESTINATION "${PLUGIN_INSTALL_DIR}/plugins/integration/"
) \ No newline at end of file
diff --git a/tqt3integration/module/CMakeLists.txt b/tqt3integration/module/CMakeLists.txt
index 282c4a6a3..dd7a62ebe 100644
--- a/tqt3integration/module/CMakeLists.txt
+++ b/tqt3integration/module/CMakeLists.txt
@@ -36,7 +36,7 @@ set( ${target}_SRCS
tde_add_kpart( ${target} AUTOMOC
SOURCES ${${target}_SRCS}
- LINK kdeinit_kded-shared
+ LINK tdeinit_kded-shared
DEPENDENCIES generate_tqt3_bindings
DESTINATION ${PLUGIN_INSTALL_DIR}
) \ No newline at end of file
diff --git a/tqt3integration/utils/CMakeLists.txt b/tqt3integration/utils/CMakeLists.txt
index 8386a95f7..da78e6a99 100644
--- a/tqt3integration/utils/CMakeLists.txt
+++ b/tqt3integration/utils/CMakeLists.txt
@@ -28,7 +28,7 @@ link_directories(
tde_add_executable( gen AUTOMOC
SOURCES
gen.cpp
- LINK kdecore-shared
+ LINK tdecore-shared
)
ADD_CUSTOM_COMMAND(