diff options
Diffstat (limited to 'plugins/rssfeed')
-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 |
3 files changed, 5 insertions, 5 deletions
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; |