diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:36:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:36:55 -0600 |
commit | cb09750db68cf5fd3194f0995a575d1c5ad1100c (patch) | |
tree | 3c09f1a971595ecba056577c5aad909eb108c791 /plugins/logviewer | |
parent | d4697f28f90b00e4b54cdf5a284b4b0b9379aab9 (diff) | |
download | ktorrent-cb09750db68cf5fd3194f0995a575d1c5ad1100c.tar.gz ktorrent-cb09750db68cf5fd3194f0995a575d1c5ad1100c.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'plugins/logviewer')
-rw-r--r-- | plugins/logviewer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/logviewer/Makefile.am b/plugins/logviewer/Makefile.am index c925a12..3e59091 100644 --- a/plugins/logviewer/Makefile.am +++ b/plugins/logviewer/Makefile.am @@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = ktlogviewerplugin.la # Libs needed by the plugin ktlogviewerplugin_la_LIBADD = $(LIB_KHTML) $(LIB_KPARTS) \ ../../libktorrent/libktorrent.la $(LIB_QT) \ - $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE) + $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE) |