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