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 /kooka/ksaneocr.cpp | |
parent | b2de6514213d205907e8de3dd17f8eb80d868a4f (diff) | |
download | tdegraphics-958d14ea303abe33fce2c259c1000f18171e4229.tar.gz tdegraphics-958d14ea303abe33fce2c259c1000f18171e4229.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kooka/ksaneocr.cpp')
-rw-r--r-- | kooka/ksaneocr.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kooka/ksaneocr.cpp b/kooka/ksaneocr.cpp index efcb76d6..89660b53 100644 --- a/kooka/ksaneocr.cpp +++ b/kooka/ksaneocr.cpp @@ -27,10 +27,10 @@ /* $Id$ */ #include <kdebug.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdeconfig.h> #include <tdeapplication.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <kprocess.h> #include <stdlib.h> #include <tdespell.h> @@ -56,7 +56,7 @@ #include <tqtimer.h> #include <tqregexp.h> -#include <klocale.h> +#include <tdelocale.h> #include <tqpaintdevice.h> #include <tqpainter.h> #include <tqpen.h> |