diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
commit | 64df902cf71a8ee258fb85f6be26248f399aa01f (patch) | |
tree | dba58f705042c22cea26b678d5b0e4e9a34bf202 /akregator/src/librss | |
parent | de53c98cab07e9c4b0f5e25dab82830fb6fc67ec (diff) | |
download | tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.tar.gz tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'akregator/src/librss')
-rw-r--r-- | akregator/src/librss/image.cpp | 2 | ||||
-rw-r--r-- | akregator/src/librss/loader.cpp | 2 | ||||
-rw-r--r-- | akregator/src/librss/loader.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/librss/image.cpp b/akregator/src/librss/image.cpp index 4dff98227..383d76b94 100644 --- a/akregator/src/librss/image.cpp +++ b/akregator/src/librss/image.cpp @@ -11,7 +11,7 @@ #include "image.h" #include "tools_p.h" -#include <kio/job.h> +#include <tdeio/job.h> #include <kurl.h> #include <tqbuffer.h> diff --git a/akregator/src/librss/loader.cpp b/akregator/src/librss/loader.cpp index 12036ec97..ea0134e62 100644 --- a/akregator/src/librss/loader.cpp +++ b/akregator/src/librss/loader.cpp @@ -12,7 +12,7 @@ #include "document.h" #include "feeddetector.h" -#include <kio/job.h> +#include <tdeio/job.h> #include <kprocess.h> #include <kstaticdeleter.h> #include <kurl.h> diff --git a/akregator/src/librss/loader.h b/akregator/src/librss/loader.h index a0c9f29dc..0d5ec5964 100644 --- a/akregator/src/librss/loader.h +++ b/akregator/src/librss/loader.h @@ -114,7 +114,7 @@ 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/kio/KIO.html#Error">as + * <a href="http://developer.kde.org/documentation/library/cvs-api/classref/tdeio/KIO.html#Error">as * defined by KIO</a>. */ virtual int errorCode() const; |