diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:02:44 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 21:01:29 +0200 |
commit | 45971e65a6114fbd1f91ae354da485450001166f (patch) | |
tree | b607ce9f3b683a89478b8c21c6bc9a53bf6b7a44 /librss | |
parent | c26bb519a8aebc04ffe39d0b6c784a1c1e915202 (diff) | |
download | tdenetwork-45971e65a6114fbd1f91ae354da485450001166f.tar.gz tdenetwork-45971e65a6114fbd1f91ae354da485450001166f.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'librss')
-rw-r--r-- | librss/Makefile.am | 2 | ||||
-rw-r--r-- | librss/loader.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/librss/Makefile.am b/librss/Makefile.am index fe95004a..ff3ca8bc 100644 --- a/librss/Makefile.am +++ b/librss/Makefile.am @@ -5,7 +5,7 @@ librss_la_METASOURCES = AUTO librss_la_SOURCES = article.cpp document.cpp image.cpp textinput.cpp \ tools_p.cpp loader.cpp librss_la_LDFLAGS = -no-undefined -version-info 1:0 $(all_libraries) -librss_la_LIBADD = $(LIB_KIO) +librss_la_LIBADD = $(LIB_TDEIO) librssincludedir = $(includedir)/rss librssinclude_HEADERS = article.h document.h global.h image.h textinput.h \ diff --git a/librss/loader.h b/librss/loader.h index 393e7ac6..074d7a0a 100644 --- a/librss/loader.h +++ b/librss/loader.h @@ -113,8 +113,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; |