diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:04:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:04:58 -0600 |
commit | b10a61b1fd2fe561ba61a384d4a344bae2a4aa29 (patch) | |
tree | 99dc6b2584265b2df91f7dbc1dcbf7a54efd205e /knewsticker/common | |
parent | 64c3be47ff36e40035ead93f913aeeb1e4f85e4b (diff) | |
download | tdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.tar.gz tdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'knewsticker/common')
-rw-r--r-- | knewsticker/common/configaccess.h | 4 | ||||
-rw-r--r-- | knewsticker/common/newsengine.h | 2 | ||||
-rw-r--r-- | knewsticker/common/newsiconmgr.h | 2 | ||||
-rw-r--r-- | knewsticker/common/xmlnewsaccess.h | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/knewsticker/common/configaccess.h b/knewsticker/common/configaccess.h index cebce895..b9be6d49 100644 --- a/knewsticker/common/configaccess.h +++ b/knewsticker/common/configaccess.h @@ -14,8 +14,8 @@ #include "configiface.h" #include "newsengine.h" -#include <kconfig.h> -#include <kio/job.h> +#include <tdeconfig.h> +#include <tdeio/job.h> #include <klocale.h> #include <tqpixmap.h> diff --git a/knewsticker/common/newsengine.h b/knewsticker/common/newsengine.h index e9175317..6cb3f3af 100644 --- a/knewsticker/common/newsengine.h +++ b/knewsticker/common/newsengine.h @@ -22,7 +22,7 @@ #include <tqmap.h> #include <tqpixmap.h> -#include <kio/job.h> +#include <tdeio/job.h> #include <klocale.h> #include <ksharedptr.h> diff --git a/knewsticker/common/newsiconmgr.h b/knewsticker/common/newsiconmgr.h index f2997479..2cc90cf2 100644 --- a/knewsticker/common/newsiconmgr.h +++ b/knewsticker/common/newsiconmgr.h @@ -15,7 +15,7 @@ #include <tqpixmap.h> #include <dcopobject.h> -#include <kio/job.h> +#include <tdeio/job.h> #include <kurl.h> class DCOPClient; diff --git a/knewsticker/common/xmlnewsaccess.h b/knewsticker/common/xmlnewsaccess.h index 4af60fcf..954727c3 100644 --- a/knewsticker/common/xmlnewsaccess.h +++ b/knewsticker/common/xmlnewsaccess.h @@ -18,7 +18,7 @@ #include <tqvaluelist.h> #include <tqobject.h> -#include <kio/job.h> +#include <tdeio/job.h> #include <kurl.h> class TQBuffer; |