summaryrefslogtreecommitdiffstats
path: root/plugins
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
parentd4697f28f90b00e4b54cdf5a284b4b0b9379aab9 (diff)
downloadktorrent-cb09750db68cf5fd3194f0995a575d1c5ad1100c.tar.gz
ktorrent-cb09750db68cf5fd3194f0995a575d1c5ad1100c.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'plugins')
-rw-r--r--plugins/infowidget/Makefile.am2
-rw-r--r--plugins/ipfilter/Makefile.am2
-rw-r--r--plugins/logviewer/Makefile.am2
-rw-r--r--plugins/partfileimport/Makefile.am2
-rw-r--r--plugins/rssfeed/Makefile.am2
-rw-r--r--plugins/scanfolder/Makefile.am2
-rw-r--r--plugins/scheduler/Makefile.am2
-rw-r--r--plugins/search/Makefile.am2
-rw-r--r--plugins/stats/Makefile.am2
-rw-r--r--plugins/upnp/Makefile.am2
-rw-r--r--plugins/webinterface/Makefile.am2
-rw-r--r--plugins/zeroconf/Makefile.am2
12 files changed, 12 insertions, 12 deletions
diff --git a/plugins/infowidget/Makefile.am b/plugins/infowidget/Makefile.am
index 66a5820..21c98bb 100644
--- a/plugins/infowidget/Makefile.am
+++ b/plugins/infowidget/Makefile.am
@@ -12,7 +12,7 @@ ktinfowidgetplugin_la_SOURCES = infowidgetplugin.cpp availabilitychunkbar.cpp \
# Libs needed by the plugin
ktinfowidgetplugin_la_LIBADD = ../../libktorrent/libktorrent.la \
$(LIB_KHTML) $(LIB_KPARTS) $(LIB_QT) \
- $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE)
+ $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE)
# LD flags for the plugin
diff --git a/plugins/ipfilter/Makefile.am b/plugins/ipfilter/Makefile.am
index 02b193a..e54fcfc 100644
--- a/plugins/ipfilter/Makefile.am
+++ b/plugins/ipfilter/Makefile.am
@@ -10,7 +10,7 @@ ktipfilterplugin_la_SOURCES = ipfilterplugin.cpp ipblockingpref.ui \
# Libs needed by the plugin
ktipfilterplugin_la_LIBADD = $(LIB_KHTML) $(LIB_KPARTS) \
../../libktorrent/libktorrent.la $(LIB_QT) \
- $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE)
+ $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE)
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)
diff --git a/plugins/partfileimport/Makefile.am b/plugins/partfileimport/Makefile.am
index f5aca48..86d6248 100644
--- a/plugins/partfileimport/Makefile.am
+++ b/plugins/partfileimport/Makefile.am
@@ -8,7 +8,7 @@ ktpartfileimportplugin_la_SOURCES = partfileimportplugin.cpp importdlgbase.ui im
# Libs needed by the plugin
ktpartfileimportplugin_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
diff --git a/plugins/rssfeed/Makefile.am b/plugins/rssfeed/Makefile.am
index c295db5..759af54 100644
--- a/plugins/rssfeed/Makefile.am
+++ b/plugins/rssfeed/Makefile.am
@@ -24,7 +24,7 @@ noinst_HEADERS = rssfeedplugin.h rssfeedmanager.h rssfeed.h rssfilter.h \
ktrssfeedplugin_la_SOURCES = rssfeedplugin.cpp rssfeedmanager.cpp \
rssfeedwidget.ui rssfeed.cpp rssfilter.cpp rssarticle.cpp rsslinkdownloader.cpp
ktrssfeedplugin_la_LIBADD = $(LIB_KIO) $(LIB_QT) rss/librsslocal.la \
- ../../libktorrent/libktorrent.la $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KHTML) $(LIB_KPARTS)
+ ../../libktorrent/libktorrent.la $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KHTML) $(LIB_KPARTS)
SUBDIRS = rss
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
diff --git a/plugins/scanfolder/Makefile.am b/plugins/scanfolder/Makefile.am
index eb8cc52..191f623 100644
--- a/plugins/scanfolder/Makefile.am
+++ b/plugins/scanfolder/Makefile.am
@@ -25,7 +25,7 @@ ktscanfolderplugin_la_SOURCES = scanfolderplugin.cpp \
scanfolderpluginsettings.kcfgc scanfolderprefpage.cpp sfprefwidgetbase.ui scanfolderprefpagewidget.cpp \
scanfolder.cpp
ktscanfolderplugin_la_LIBADD = $(LIB_KPARTS) ../../libktorrent/libktorrent.la \
- $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE)
+ $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE)
KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI)
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
diff --git a/plugins/search/Makefile.am b/plugins/search/Makefile.am
index af57f30..396a196 100644
--- a/plugins/search/Makefile.am
+++ b/plugins/search/Makefile.am
@@ -9,7 +9,7 @@ ktsearchplugin_la_SOURCES = searchplugin.cpp htmlpart.cpp searchbar.ui \
# Libs needed by the plugin
ktsearchplugin_la_LIBADD = ../../libktorrent/libktorrent.la \
$(LIB_KHTML) $(LIB_KPARTS) $(LIB_QT) \
- $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE)
+ $(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
diff --git a/plugins/stats/Makefile.am b/plugins/stats/Makefile.am
index e04f417..1e65627 100644
--- a/plugins/stats/Makefile.am
+++ b/plugins/stats/Makefile.am
@@ -5,7 +5,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = ktstatsplugin.la
-ktstatsplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KPARTS) $(all_libraries)
+ktstatsplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(all_libraries)
ktstatsplugin_la_SOURCES = ChartDrawerData.cc ChartDrawer.cc statsspdwgt.ui statsconwgt.ui StatsSpd.cc StatsCon.cc sprefwgt.ui statspluginsettings.kcfgc \
StatsPluginPrefsPage.cc StatsPluginPrefs.cc statsplugin.cc
diff --git a/plugins/upnp/Makefile.am b/plugins/upnp/Makefile.am
index 8432f90..7bd7b74 100644
--- a/plugins/upnp/Makefile.am
+++ b/plugins/upnp/Makefile.am
@@ -16,7 +16,7 @@ ktupnpplugin_la_SOURCES = upnpplugin.cpp upnpprefpage.cpp upnpwidget.ui \
ktupnpplugin_la_LIBADD = libktupnp.la \
$(LIB_KPARTS) ../../libktorrent/libktorrent.la \
$(LIB_QT) \
- $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE)
+ $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE)
diff --git a/plugins/webinterface/Makefile.am b/plugins/webinterface/Makefile.am
index 17a80d9..7243dcc 100644
--- a/plugins/webinterface/Makefile.am
+++ b/plugins/webinterface/Makefile.am
@@ -12,7 +12,7 @@ ktwebinterfaceplugin_la_SOURCES = webinterfaceplugin.cpp httpserver.cpp \
# Libs needed by the plugin
ktwebinterfaceplugin_la_LIBADD = ../../libktorrent/libktorrent.la \
$(LIB_KHTML) $(LIB_KPARTS) $(LIB_QT) \
- $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE)
+ $(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
diff --git a/plugins/zeroconf/Makefile.am b/plugins/zeroconf/Makefile.am
index f8151e0..006a6bf 100644
--- a/plugins/zeroconf/Makefile.am
+++ b/plugins/zeroconf/Makefile.am
@@ -11,7 +11,7 @@ ktzeroconfplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(AVAHI_LIB
ktzeroconfplugin_la_SOURCES = localbrowser.cpp avahiservice.cpp \
zeroconfplugin.cpp
-ktzeroconfplugin_la_LIBADD = $(LIB_KDECORE) $(LIB_KFILE) $(LIB_KPARTS) $(LIB_KDEUI)\
+ktzeroconfplugin_la_LIBADD = $(LIB_TDECORE) $(LIB_KFILE) $(LIB_KPARTS) $(LIB_TDEUI)\
$(LIB_QT) ../../libktorrent/libktorrent.la
noinst_HEADERS = zeroconfplugin.h