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 /khotkeys/app | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'khotkeys/app')
-rw-r--r-- | khotkeys/app/CMakeLists.txt | 6 | ||||
-rw-r--r-- | khotkeys/app/Makefile.am | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/khotkeys/app/CMakeLists.txt b/khotkeys/app/CMakeLists.txt index 8d5cc8fef..789d4ea7f 100644 --- a/khotkeys/app/CMakeLists.txt +++ b/khotkeys/app/CMakeLists.txt @@ -31,14 +31,14 @@ install( FILES khotkeys.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded ) tde_add_kpart( kded_khotkeys AUTOMOC SOURCES kded.cpp kded.skel - LINK khotkeys_shared-shared kdeinit_kded-shared + LINK khotkeys_shared-shared tdeinit_kded-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) -##### khotkeys (kdeinit) ######################## +##### khotkeys (tdeinit) ######################## -tde_add_kdeinit_executable( khotkeys AUTOMOC +tde_add_tdeinit_executable( khotkeys AUTOMOC SOURCES app.cpp app.skel LINK khotkeys_shared-shared ) diff --git a/khotkeys/app/Makefile.am b/khotkeys/app/Makefile.am index 274f4b57e..726b40374 100644 --- a/khotkeys/app/Makefile.am +++ b/khotkeys/app/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = lib_LTLIBRARIES = -kdeinit_LTLIBRARIES = khotkeys.la +tdeinit_LTLIBRARIES = khotkeys.la kde_module_LTLIBRARIES = kded_khotkeys.la khotkeys_la_SOURCES = app.cpp app.skel |