diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:52:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:52:08 -0600 |
commit | 784a2227ffdcb03a1e37b1390a8b6e0985ddda9c (patch) | |
tree | 2497bf931758f4bbbf3ec4c538c947b1df27692b /src/newstuff/manager.cpp | |
parent | 2b2b805df5f62a0bc900253dd3e774f2e2ad31e3 (diff) | |
download | tellico-784a2227ffdcb03a1e37b1390a8b6e0985ddda9c.tar.gz tellico-784a2227ffdcb03a1e37b1390a8b6e0985ddda9c.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/newstuff/manager.cpp')
-rw-r--r-- | src/newstuff/manager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/newstuff/manager.cpp b/src/newstuff/manager.cpp index afe6fe0..cfd2292 100644 --- a/src/newstuff/manager.cpp +++ b/src/newstuff/manager.cpp @@ -21,10 +21,10 @@ #include <kurl.h> #include <ktar.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <tdeio/netaccess.h> #include <tdeconfig.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <tdeio/job.h> #include <tdefileitem.h> #include <tdeversion.h> |