diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:52:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:52:08 -0600 |
commit | 784a2227ffdcb03a1e37b1390a8b6e0985ddda9c (patch) | |
tree | 2497bf931758f4bbbf3ec4c538c947b1df27692b /src/fetch/fetchmanager.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/fetch/fetchmanager.cpp')
-rw-r--r-- | src/fetch/fetchmanager.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fetch/fetchmanager.cpp b/src/fetch/fetchmanager.cpp index 56bea0a..f51b51a 100644 --- a/src/fetch/fetchmanager.cpp +++ b/src/fetch/fetchmanager.cpp @@ -46,14 +46,14 @@ #include "googlescholarfetcher.h" #include "discogsfetcher.h" -#include <kglobal.h> +#include <tdeglobal.h> #include <tdeconfig.h> -#include <klocale.h> +#include <tdelocale.h> #include <kiconloader.h> #include <kmimetype.h> #include <kstandarddirs.h> #include <dcopref.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <tdeio/netaccess.h> #include <tqfileinfo.h> |