diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:47:12 -0600 |
commit | 5feb3a1bc4eaf07b0a44bf84b33117cfbd30ffc2 (patch) | |
tree | 17972760e7300332561b51d366d2324f477cf678 /kopete/libkopete/compat | |
parent | c168a00493fa3252c4ab47e13318298fdd5bdddd (diff) | |
download | tdenetwork-5feb3a1bc4eaf07b0a44bf84b33117cfbd30ffc2.tar.gz tdenetwork-5feb3a1bc4eaf07b0a44bf84b33117cfbd30ffc2.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kopete/libkopete/compat')
-rw-r--r-- | kopete/libkopete/compat/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/compat/Makefile.am b/kopete/libkopete/compat/Makefile.am index 6723bcf5..27fc0805 100644 --- a/kopete/libkopete/compat/Makefile.am +++ b/kopete/libkopete/compat/Makefile.am @@ -4,5 +4,5 @@ noinst_LTLIBRARIES = libkopetecompat.la libkopetecompat_la_SOURCES = kpixmapregionselectordialog.cpp kpixmapregionselectorwidget.cpp libkopetecompat_la_LDFLAGS = -no-undefined $(all_libraries) -libkopetecompat_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE) +libkopetecompat_la_LIBADD = $(LIB_TDEUI) $(LIB_TDECORE) |