summaryrefslogtreecommitdiffstats
path: root/plugins/scheduler
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:36:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:36:55 -0600
commitcb09750db68cf5fd3194f0995a575d1c5ad1100c (patch)
tree3c09f1a971595ecba056577c5aad909eb108c791 /plugins/scheduler
parentd4697f28f90b00e4b54cdf5a284b4b0b9379aab9 (diff)
downloadktorrent-cb09750db68cf5fd3194f0995a575d1c5ad1100c.tar.gz
ktorrent-cb09750db68cf5fd3194f0995a575d1c5ad1100c.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'plugins/scheduler')
-rw-r--r--plugins/scheduler/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/scheduler/Makefile.am b/plugins/scheduler/Makefile.am
index b2c9760..b1d352a 100644
--- a/plugins/scheduler/Makefile.am
+++ b/plugins/scheduler/Makefile.am
@@ -10,7 +10,7 @@ ktschedulerplugin_la_SOURCES = schedulerplugin.cpp \
# Libs needed by the plugin
ktschedulerplugin_la_LIBADD = $(LIB_KHTML) $(LIB_KPARTS) \
../../libktorrent/libktorrent.la \
- $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE)
+ $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE)
# LD flags for the plugin
# -module says: this is a module, i.e. something you're going to dlopen