summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/selectiontools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:48:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:48:17 -0600
commit63f984a752aa6a6a73e3af795b05a5a042833eff (patch)
tree89b2d1529273ebe59f8c41800aa6c53ee4c29bb1 /chalk/plugins/tools/selectiontools
parent3b6870c6e1177574772803b5b09416903ee40fc0 (diff)
downloadkoffice-63f984a752aa6a6a73e3af795b05a5a042833eff.tar.gz
koffice-63f984a752aa6a6a73e3af795b05a5a042833eff.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'chalk/plugins/tools/selectiontools')
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_brush.cc2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cc2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.cc2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cc2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_outline.cc2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.cc2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.cc2
-rw-r--r--chalk/plugins/tools/selectiontools/selection_tools.cc6
9 files changed, 11 insertions, 11 deletions
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc
index 2e939da06..a1f0902f4 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc
+++ b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.cc
@@ -22,7 +22,7 @@
#include <tqpoint.h>
#include <tdeaction.h>
#include <kcommand.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <tqcolor.h>
#include "kis_canvas_subject.h"
#include "kis_cursor.h"
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_brush.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_brush.cc
index a353fb5b7..acc903620 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_brush.cc
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_brush.cc
@@ -27,7 +27,7 @@
#include <kdebug.h>
#include <tdeaction.h>
#include <kcommand.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include "kis_brush.h"
#include "kis_button_press_event.h"
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cc
index f8409f4e1..1a4932b75 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cc
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.cc
@@ -28,7 +28,7 @@
#include <tdeaction.h>
#include <kdebug.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <knuminput.h>
#include <kcolorbutton.h>
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.cc
index 38806f0f4..def162ef4 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.cc
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.cc
@@ -26,7 +26,7 @@
#include <kdebug.h>
#include <tdeaction.h>
#include <kcommand.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include "kis_autobrush_resource.h"
#include "kis_canvas_controller.h"
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cc
index 5f687ca52..af7f8d84a 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cc
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cc
@@ -26,7 +26,7 @@
#include <kdebug.h>
#include <tdeaction.h>
#include <kcommand.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include "kis_brush.h"
#include "kis_layer.h"
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.cc
index d5f1123f7..7f5267366 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.cc
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.cc
@@ -28,7 +28,7 @@
#include <tdeaction.h>
#include <kdebug.h>
#include <kcommand.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kis_layer.h>
#include <kis_selection_options.h>
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.cc
index b871c825b..8d89eea2f 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.cc
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.cc
@@ -28,7 +28,7 @@
#include <tdeaction.h>
#include <kdebug.h>
#include <kcommand.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kis_layer.h>
#include <kis_selection_options.h>
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.cc b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.cc
index fdce6b73a..09d338663 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.cc
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.cc
@@ -29,7 +29,7 @@
#include <kdebug.h>
#include <tdeaction.h>
#include <kcommand.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include "kis_canvas_controller.h"
#include "kis_canvas_subject.h"
diff --git a/chalk/plugins/tools/selectiontools/selection_tools.cc b/chalk/plugins/tools/selectiontools/selection_tools.cc
index fb0e61912..8407a076e 100644
--- a/chalk/plugins/tools/selectiontools/selection_tools.cc
+++ b/chalk/plugins/tools/selectiontools/selection_tools.cc
@@ -22,12 +22,12 @@
#include <tqpoint.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kiconloader.h>
#include <kinstance.h>
-#include <kmessagebox.h>
+#include <tdemessagebox.h>
#include <kstandarddirs.h>
-#include <ktempfile.h>
+#include <tdetempfile.h>
#include <kdebug.h>
#include <kgenericfactory.h>