diff options
Diffstat (limited to 'librss/loader.h')
-rw-r--r-- | librss/loader.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |