diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:32:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:32:40 -0600 |
commit | cbe6a4e28dbfe925a9a239a81822df9d97361f10 (patch) | |
tree | 8bebd61b70269a34b81b24df7f98edf9f60cefdb /k3bsetup | |
parent | c4631445b2fa7c1e206d305be97fa3ecc3f282a7 (diff) | |
download | k3b-cbe6a4e28dbfe925a9a239a81822df9d97361f10.tar.gz k3b-cbe6a4e28dbfe925a9a239a81822df9d97361f10.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'k3bsetup')
-rw-r--r-- | k3bsetup/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k3bsetup/Makefile.am b/k3bsetup/Makefile.am index 42d3bee..4ea602c 100644 --- a/k3bsetup/Makefile.am +++ b/k3bsetup/Makefile.am @@ -6,7 +6,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = kcm_k3bsetup2.la kcm_k3bsetup2_la_SOURCES = base_k3bsetup2.ui k3bsetup2.cpp -kcm_k3bsetup2_la_LIBADD = $(LIB_KDEUI) ../libk3b/libk3b.la +kcm_k3bsetup2_la_LIBADD = $(LIB_TDEUI) ../libk3b/libk3b.la kcm_k3bsetup2_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined k3bsetup2_DATA = k3bsetup2.desktop |