diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 00:56:40 -0600 |
commit | eb94524b31d08c526213c8c345df684915c12086 (patch) | |
tree | 589b94c9915cc10647aac3cc5f424185a2f8af9b /src/newstuff/manager.cpp | |
parent | e0fdd1049be9415640911dccfa2b4327205ceb92 (diff) | |
download | tellico-eb94524b31d08c526213c8c345df684915c12086.tar.gz tellico-eb94524b31d08c526213c8c345df684915c12086.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/newstuff/manager.cpp')
-rw-r--r-- | src/newstuff/manager.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/newstuff/manager.cpp b/src/newstuff/manager.cpp index 45eae08..afe6fe0 100644 --- a/src/newstuff/manager.cpp +++ b/src/newstuff/manager.cpp @@ -22,11 +22,11 @@ #include <kurl.h> #include <ktar.h> #include <kglobal.h> -#include <kio/netaccess.h> -#include <kconfig.h> +#include <tdeio/netaccess.h> +#include <tdeconfig.h> #include <ktempfile.h> -#include <kio/job.h> -#include <kfileitem.h> +#include <tdeio/job.h> +#include <tdefileitem.h> #include <tdeversion.h> #include <knewstuff/entry.h> #include <kstandarddirs.h> |