summaryrefslogtreecommitdiffstats
path: root/kcontrol/performance
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/performance')
-rw-r--r--kcontrol/performance/CMakeLists.txt2
-rw-r--r--kcontrol/performance/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/performance/CMakeLists.txt b/kcontrol/performance/CMakeLists.txt
index 5c4a2a20a..59f5b2b02 100644
--- a/kcontrol/performance/CMakeLists.txt
+++ b/kcontrol/performance/CMakeLists.txt
@@ -29,6 +29,6 @@ install( FILES kcmkonqyperformance.desktop DESTINATION ${APPS_INSTALL_DIR}/.hidd
tde_add_kpart( kcm_performance AUTOMOC
SOURCES kcmperformance.cpp konqueror.cpp konqueror_ui.ui system.cpp system_ui.ui
- LINK kdeui-shared
+ LINK tdeui-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/kcontrol/performance/Makefile.am b/kcontrol/performance/Makefile.am
index 5ae59d89e..8f7904990 100644
--- a/kcontrol/performance/Makefile.am
+++ b/kcontrol/performance/Makefile.am
@@ -2,7 +2,7 @@ kde_module_LTLIBRARIES = kcm_performance.la
kcm_performance_la_SOURCES = kcmperformance.cpp konqueror.cpp konqueror_ui.ui system.cpp system_ui.ui
kcm_performance_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-kcm_performance_la_LIBADD = -lkdeui
+kcm_performance_la_LIBADD = -ltdeui
AM_CPPFLAGS= $(all_includes)
METASOURCES = AUTO