diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:57:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:57:18 -0600 |
commit | 958d14ea303abe33fce2c259c1000f18171e4229 (patch) | |
tree | 61bc8236ab3aa4bc27ca205740322f8df50baff1 /ksnapshot/ksnapshot.cpp | |
parent | b2de6514213d205907e8de3dd17f8eb80d868a4f (diff) | |
download | tdegraphics-958d14ea303abe33fce2c259c1000f18171e4229.tar.gz tdegraphics-958d14ea303abe33fce2c259c1000f18171e4229.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'ksnapshot/ksnapshot.cpp')
-rw-r--r-- | ksnapshot/ksnapshot.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ksnapshot/ksnapshot.cpp b/ksnapshot/ksnapshot.cpp index 15a3407c..ad5df57c 100644 --- a/ksnapshot/ksnapshot.cpp +++ b/ksnapshot/ksnapshot.cpp @@ -11,17 +11,17 @@ */ -#include <klocale.h> +#include <tdelocale.h> #include <kimageio.h> #include <tdefiledialog.h> #include <kimagefilepreview.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kdebug.h> #include <tdeapplication.h> #include <kprinter.h> #include <tdeio/netaccess.h> #include <ksavefile.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <tqbitmap.h> #include <tqdragobject.h> @@ -34,7 +34,7 @@ #include <khelpmenu.h> #include <tdepopupmenu.h> #include <kpushbutton.h> -#include <kstartupinfo.h> +#include <tdestartupinfo.h> #include <tqcursor.h> #include <tqregexp.h> @@ -54,7 +54,7 @@ #include <config.h> -#include <kglobal.h> +#include <tdeglobal.h> #define kApp TDEApplication::kApplication() |