diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:43:35 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:43:35 -0600 |
commit | 99e082a03ed2e3801b96755c2e3045514567731b (patch) | |
tree | db1e14b128726a17ec705be90416794e390f6348 /khotkeys/kcontrol/Makefile.am | |
parent | a20592124daa48e6216dbd3143dfdf43d9fd91de (diff) | |
download | tdebase-99e082a03ed2e3801b96755c2e3045514567731b.tar.gz tdebase-99e082a03ed2e3801b96755c2e3045514567731b.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'khotkeys/kcontrol/Makefile.am')
-rw-r--r-- | khotkeys/kcontrol/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |