diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /kcontrol/performance | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kcontrol/performance')
-rw-r--r-- | kcontrol/performance/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kcontrol/performance/Makefile.am | 2 |
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 |