summaryrefslogtreecommitdiffstats
path: root/akregator/src/librss
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/librss')
-rw-r--r--akregator/src/librss/Makefile.am2
-rw-r--r--akregator/src/librss/loader.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/librss/Makefile.am b/akregator/src/librss/Makefile.am
index 87930b478..27d1fd687 100644
--- a/akregator/src/librss/Makefile.am
+++ b/akregator/src/librss/Makefile.am
@@ -16,7 +16,7 @@ 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)
DOXYGEN_REFERENCES = tdeui
include $(top_srcdir)/admin/Doxyfile.am
diff --git a/akregator/src/librss/loader.h b/akregator/src/librss/loader.h
index 0d5ec5964..670ed9d32 100644
--- a/akregator/src/librss/loader.h
+++ b/akregator/src/librss/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;