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/newstuff | |
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')
-rw-r--r-- | src/newstuff/dialog.cpp | 4 | ||||
-rw-r--r-- | src/newstuff/manager.cpp | 4 | ||||
-rw-r--r-- | src/newstuff/providerloader.cpp | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/src/newstuff/dialog.cpp b/src/newstuff/dialog.cpp index 7b32f38..19ac406 100644 --- a/src/newstuff/dialog.cpp +++ b/src/newstuff/dialog.cpp @@ -18,7 +18,7 @@ #include "../tellico_utils.h" #include "../tellico_debug.h" -#include <klocale.h> +#include <tdelocale.h> #include <kpushbutton.h> #include <tdeconfig.h> #include <kiconloader.h> @@ -28,7 +28,7 @@ #include <tdeaccelmanager.h> #include <knewstuff/entry.h> #include <knewstuff/provider.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <tqlabel.h> #include <tqtextedit.h> 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> diff --git a/src/newstuff/providerloader.cpp b/src/newstuff/providerloader.cpp index d796a3d..173457b 100644 --- a/src/newstuff/providerloader.cpp +++ b/src/newstuff/providerloader.cpp @@ -21,10 +21,10 @@ #include <tdeio/job.h> #include <knewstuff/provider.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <tdeconfig.h> -#include <kmessagebox.h> -#include <klocale.h> +#include <tdemessagebox.h> +#include <tdelocale.h> #include <tqdom.h> |