summaryrefslogtreecommitdiffstats
path: root/filters/chalk/tiff
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-15 21:48:17 -0600
committerTimothy Pearson <[email protected]>2013-02-15 21:48:17 -0600
commit63f984a752aa6a6a73e3af795b05a5a042833eff (patch)
tree89b2d1529273ebe59f8c41800aa6c53ee4c29bb1 /filters/chalk/tiff
parent3b6870c6e1177574772803b5b09416903ee40fc0 (diff)
downloadkoffice-63f984a752aa6a6a73e3af795b05a5a042833eff.tar.gz
koffice-63f984a752aa6a6a73e3af795b05a5a042833eff.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'filters/chalk/tiff')
-rw-r--r--filters/chalk/tiff/kis_dlg_options_tiff.cpp2
-rw-r--r--filters/chalk/tiff/kis_tiff_writer_visitor.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/filters/chalk/tiff/kis_dlg_options_tiff.cpp b/filters/chalk/tiff/kis_dlg_options_tiff.cpp
index becda194..70e67938 100644
--- a/filters/chalk/tiff/kis_dlg_options_tiff.cpp
+++ b/filters/chalk/tiff/kis_dlg_options_tiff.cpp
@@ -26,7 +26,7 @@
#include <tdeapplication.h>
#include <kcombobox.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include "kis_wdg_options_tiff.h"
diff --git a/filters/chalk/tiff/kis_tiff_writer_visitor.cpp b/filters/chalk/tiff/kis_tiff_writer_visitor.cpp
index da399a53..94f55824 100644
--- a/filters/chalk/tiff/kis_tiff_writer_visitor.cpp
+++ b/filters/chalk/tiff/kis_tiff_writer_visitor.cpp
@@ -19,8 +19,8 @@
#include "kis_tiff_writer_visitor.h"
-#include <kmessagebox.h>
-#include <klocale.h>
+#include <tdemessagebox.h>
+#include <tdelocale.h>
#include <kis_annotation.h>
#include <kis_colorspace.h>