diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:58:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:16:14 +0200 |
commit | 8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850 (patch) | |
tree | 4c67d6f89a8c5ada2dc621e92c66568b4bd6b8d6 /plugins | |
parent | 6ca429f20375d7731c7c383f553446b9b487b1f1 (diff) | |
download | ktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.tar.gz ktorrent-8f63a4e04fc59bcbc4ec4a6abcfc4b4004a99850.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/infowidget/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/ipfilter/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/logviewer/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/partfileimport/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/rssfeed/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/rssfeed/rss/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/rssfeed/rss/loader.h | 4 | ||||
-rw-r--r-- | plugins/scanfolder/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/scheduler/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/search/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/stats/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/upnp/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/webinterface/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/zeroconf/Makefile.am | 2 |
14 files changed, 16 insertions, 16 deletions
diff --git a/plugins/infowidget/Makefile.am b/plugins/infowidget/Makefile.am index 7497890..1937ee5 100644 --- a/plugins/infowidget/Makefile.am +++ b/plugins/infowidget/Makefile.am @@ -11,7 +11,7 @@ ktinfowidgetplugin_la_SOURCES = infowidgetplugin.cpp availabilitychunkbar.cpp \ # Libs needed by the plugin ktinfowidgetplugin_la_LIBADD = ../../libktorrent/libktorrent.la \ - $(LIB_TDEHTML) $(LIB_KPARTS) $(LIB_QT) \ + $(LIB_TDEHTML) $(LIB_TDEPARTS) $(LIB_QT) \ $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) diff --git a/plugins/ipfilter/Makefile.am b/plugins/ipfilter/Makefile.am index 715db5a..858294a 100644 --- a/plugins/ipfilter/Makefile.am +++ b/plugins/ipfilter/Makefile.am @@ -8,7 +8,7 @@ ktipfilterplugin_la_SOURCES = ipfilterplugin.cpp ipblockingpref.ui \ convertdialog.cpp # Libs needed by the plugin -ktipfilterplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_KPARTS) \ +ktipfilterplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_TDEPARTS) \ ../../libktorrent/libktorrent.la $(LIB_QT) \ $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) diff --git a/plugins/logviewer/Makefile.am b/plugins/logviewer/Makefile.am index 7a9638e..88b1fe8 100644 --- a/plugins/logviewer/Makefile.am +++ b/plugins/logviewer/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = ktlogviewerplugin.la # Libs needed by the plugin -ktlogviewerplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_KPARTS) \ +ktlogviewerplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_TDEPARTS) \ ../../libktorrent/libktorrent.la $(LIB_QT) \ $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) diff --git a/plugins/partfileimport/Makefile.am b/plugins/partfileimport/Makefile.am index 37c1109..f1d7fa3 100644 --- a/plugins/partfileimport/Makefile.am +++ b/plugins/partfileimport/Makefile.am @@ -6,7 +6,7 @@ noinst_HEADERS = partfileimportplugin.h importdialog.h ktpartfileimportplugin_la_SOURCES = partfileimportplugin.cpp importdlgbase.ui importdialog.cpp # Libs needed by the plugin -ktpartfileimportplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_KPARTS) \ +ktpartfileimportplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_TDEPARTS) \ ../../libktorrent/libktorrent.la \ $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) diff --git a/plugins/rssfeed/Makefile.am b/plugins/rssfeed/Makefile.am index 37faf75..0547cbc 100644 --- a/plugins/rssfeed/Makefile.am +++ b/plugins/rssfeed/Makefile.am @@ -23,8 +23,8 @@ noinst_HEADERS = rssfeedplugin.h rssfeedmanager.h rssfeed.h rssfilter.h \ rssarticle.h rsslinkdownloader.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_TDECORE) $(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_KPARTS) +ktrssfeedplugin_la_LIBADD = $(LIB_TDEIO) $(LIB_QT) rss/librsslocal.la \ + ../../libktorrent/libktorrent.la $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEHTML) $(LIB_TDEPARTS) SUBDIRS = rss KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI) diff --git a/plugins/rssfeed/rss/Makefile.am b/plugins/rssfeed/rss/Makefile.am index 75b570a..8053f92 100644 --- a/plugins/rssfeed/rss/Makefile.am +++ b/plugins/rssfeed/rss/Makefile.am @@ -16,5 +16,5 @@ librsslocal_la_METASOURCES = AUTO check_PROGRAMS = testlibrss testlibrss_SOURCES = testlibrss.cpp testlibrss_LDFLAGS = $(all_libraries) -testlibrss_LDADD = librsslocal.la $(LIB_KIO) +testlibrss_LDADD = librsslocal.la $(LIB_TDEIO) KDE_CXXFLAGS = $(USE_EXCEPTIONS) $(USE_RTTI) diff --git a/plugins/rssfeed/rss/loader.h b/plugins/rssfeed/rss/loader.h index 2e2ccbb..c393849 100644 --- a/plugins/rssfeed/rss/loader.h +++ b/plugins/rssfeed/rss/loader.h @@ -114,8 +114,8 @@ namespace RSS /** * @return The error code for the last process of retrieving data. * The returned numbers correspond directly to the error codes - * <a href="http://developer.kde.org/documentation/library/cvs-api/classref/tdeio/KIO.html#Error">as - * defined by KIO</a>. + * <a href="http://developer.kde.org/documentation/library/cvs-api/classref/tdeio/TDEIO.html#Error">as + * defined by TDEIO</a>. */ virtual int errorCode() const; diff --git a/plugins/scanfolder/Makefile.am b/plugins/scanfolder/Makefile.am index 4fd62b1..05ae0c8 100644 --- a/plugins/scanfolder/Makefile.am +++ b/plugins/scanfolder/Makefile.am @@ -24,7 +24,7 @@ noinst_HEADERS = scanfolderplugin.h scanfolderprefpage.h \ ktscanfolderplugin_la_SOURCES = scanfolderplugin.cpp \ scanfolderpluginsettings.kcfgc scanfolderprefpage.cpp sfprefwidgetbase.ui scanfolderprefpagewidget.cpp \ scanfolder.cpp -ktscanfolderplugin_la_LIBADD = $(LIB_KPARTS) ../../libktorrent/libktorrent.la \ +ktscanfolderplugin_la_LIBADD = $(LIB_TDEPARTS) ../../libktorrent/libktorrent.la \ $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) diff --git a/plugins/scheduler/Makefile.am b/plugins/scheduler/Makefile.am index 4ceac0d..17f7965 100644 --- a/plugins/scheduler/Makefile.am +++ b/plugins/scheduler/Makefile.am @@ -8,7 +8,7 @@ ktschedulerplugin_la_SOURCES = schedulerplugin.cpp \ bwsprefpagewidget.cpp bwswidget.cpp schedulerprefpage.cpp # Libs needed by the plugin -ktschedulerplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_KPARTS) \ +ktschedulerplugin_la_LIBADD = $(LIB_TDEHTML) $(LIB_TDEPARTS) \ ../../libktorrent/libktorrent.la \ $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) diff --git a/plugins/search/Makefile.am b/plugins/search/Makefile.am index 97d4269..ebc85aa 100644 --- a/plugins/search/Makefile.am +++ b/plugins/search/Makefile.am @@ -8,7 +8,7 @@ ktsearchplugin_la_SOURCES = searchplugin.cpp htmlpart.cpp searchbar.ui \ # Libs needed by the plugin ktsearchplugin_la_LIBADD = ../../libktorrent/libktorrent.la \ - $(LIB_TDEHTML) $(LIB_KPARTS) $(LIB_QT) \ + $(LIB_TDEHTML) $(LIB_TDEPARTS) $(LIB_QT) \ $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) # LD flags for the plugin diff --git a/plugins/stats/Makefile.am b/plugins/stats/Makefile.am index 1e65627..26c69b7 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_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) $(all_libraries) +ktstatsplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(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 83c503d..8b85973 100644 --- a/plugins/upnp/Makefile.am +++ b/plugins/upnp/Makefile.am @@ -14,7 +14,7 @@ ktupnpplugin_la_SOURCES = upnpplugin.cpp upnpprefpage.cpp upnpwidget.ui \ # Libs needed by the plugin ktupnpplugin_la_LIBADD = libktupnp.la \ - $(LIB_KPARTS) ../../libktorrent/libktorrent.la \ + $(LIB_TDEPARTS) ../../libktorrent/libktorrent.la \ $(LIB_QT) \ $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) diff --git a/plugins/webinterface/Makefile.am b/plugins/webinterface/Makefile.am index 8067401..09a0f10 100644 --- a/plugins/webinterface/Makefile.am +++ b/plugins/webinterface/Makefile.am @@ -11,7 +11,7 @@ ktwebinterfaceplugin_la_SOURCES = webinterfaceplugin.cpp httpserver.cpp \ httpclienthandler.cpp httpresponseheader.cpp # Libs needed by the plugin ktwebinterfaceplugin_la_LIBADD = ../../libktorrent/libktorrent.la \ - $(LIB_TDEHTML) $(LIB_KPARTS) $(LIB_QT) \ + $(LIB_TDEHTML) $(LIB_TDEPARTS) $(LIB_QT) \ $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEFILE) # LD flags for the plugin diff --git a/plugins/zeroconf/Makefile.am b/plugins/zeroconf/Makefile.am index 22e9d67..fb482f0 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_TDECORE) $(LIB_TDEFILE) $(LIB_KPARTS) $(LIB_TDEUI)\ +ktzeroconfplugin_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEFILE) $(LIB_TDEPARTS) $(LIB_TDEUI)\ $(LIB_QT) ../../libktorrent/libktorrent.la noinst_HEADERS = zeroconfplugin.h |