diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:43:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:43:35 -0600 |
commit | 99e082a03ed2e3801b96755c2e3045514567731b (patch) | |
tree | db1e14b128726a17ec705be90416794e390f6348 /khotkeys | |
parent | a20592124daa48e6216dbd3143dfdf43d9fd91de (diff) | |
download | tdebase-99e082a03ed2e3801b96755c2e3045514567731b.tar.gz tdebase-99e082a03ed2e3801b96755c2e3045514567731b.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'khotkeys')
-rw-r--r-- | khotkeys/app/Makefile.am | 4 | ||||
-rw-r--r-- | khotkeys/kcontrol/Makefile.am | 4 | ||||
-rw-r--r-- | khotkeys/kcontrol/ui/Makefile.am | 2 | ||||
-rw-r--r-- | khotkeys/update/Makefile.am | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/khotkeys/app/Makefile.am b/khotkeys/app/Makefile.am index 726b40374..e003ad0c2 100644 --- a/khotkeys/app/Makefile.am +++ b/khotkeys/app/Makefile.am @@ -4,11 +4,11 @@ tdeinit_LTLIBRARIES = khotkeys.la kde_module_LTLIBRARIES = kded_khotkeys.la khotkeys_la_SOURCES = app.cpp app.skel -khotkeys_la_LIBADD = ../shared/libkhotkeys_shared.la $(LIB_KDECORE) +khotkeys_la_LIBADD = ../shared/libkhotkeys_shared.la $(LIB_TDECORE) khotkeys_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined kded_khotkeys_la_SOURCES = kded.cpp kded.skel -kded_khotkeys_la_LIBADD = ../shared/libkhotkeys_shared.la $(LIB_KDECORE) +kded_khotkeys_la_LIBADD = ../shared/libkhotkeys_shared.la $(LIB_TDECORE) kded_khotkeys_la_LDFLAGS = $(all_libraries) -module -avoid-version noinst_HEADERS = app.h kded.h diff --git a/khotkeys/kcontrol/Makefile.am b/khotkeys/kcontrol/Makefile.am index 81e691669..7eb3f2f6d 100644 --- a/khotkeys/kcontrol/Makefile.am +++ b/khotkeys/kcontrol/Makefile.am @@ -12,12 +12,12 @@ kcm_khotkeys_la_SOURCES = \ windowselector.cpp gestures_settings_tab.cpp general_settings_tab.cpp \ voicerecorder.cpp voicerecordpage.cpp voice_settings_tab.cpp -kcm_khotkeys_la_LIBADD = ui/libui.la $(LIB_KDEUI) $(LIB_ARTS) +kcm_khotkeys_la_LIBADD = ui/libui.la $(LIB_TDEUI) $(LIB_ARTS) kcm_khotkeys_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined kcm_khotkeys_init_la_SOURCES = init.cpp -kcm_khotkeys_init_la_LIBADD = $(LIB_KDECORE) +kcm_khotkeys_init_la_LIBADD = $(LIB_TDECORE) kcm_khotkeys_init_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined noinst_HEADERS = menuedit.h window_trigger_widget.h \ diff --git a/khotkeys/kcontrol/ui/Makefile.am b/khotkeys/kcontrol/ui/Makefile.am index 8242b0b75..14ea5c44d 100644 --- a/khotkeys/kcontrol/ui/Makefile.am +++ b/khotkeys/kcontrol/ui/Makefile.am @@ -7,7 +7,7 @@ libui_la_SOURCES = dummy.cpp windowdef_simple_widget_ui.ui windowdef_list_widget gesture_triggers_tab_ui.ui gestures_settings_tab_ui.ui general_settings_tab_ui.ui \ voice_input_widget_ui.ui voice_settings_tab_ui.ui -libui_la_LIBADD = ../../shared/libkhotkeys_shared.la $(LIB_KDEUI) +libui_la_LIBADD = ../../shared/libkhotkeys_shared.la $(LIB_TDEUI) libui_la_LDFLAGS = $(all_libraries) INCLUDES= -I$(srcdir)/.. -I$(top_srcdir)/khotkeys/shared $(all_includes) diff --git a/khotkeys/update/Makefile.am b/khotkeys/update/Makefile.am index ae28dde38..19e725d8a 100644 --- a/khotkeys/update/Makefile.am +++ b/khotkeys/update/Makefile.am @@ -3,7 +3,7 @@ kconfdir = $(libdir)/kconf_update_bin khotkeys_update_SOURCES = update.cpp -khotkeys_update_LDADD = ../shared/libkhotkeys_shared.la $(LIB_KDECORE) $(KDE_RPATH) +khotkeys_update_LDADD = ../shared/libkhotkeys_shared.la $(LIB_TDECORE) $(KDE_RPATH) khotkeys_update_LDFLAGS = $(all_libraries) INCLUDES = -I$(srcdir)/../shared $(all_includes) |