summaryrefslogtreecommitdiffstats
path: root/karbon/tools
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-26 00:41:16 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-26 00:41:16 +0000
commit698569f8428ca088f764d704034a1330517b98c0 (patch)
treebf45be6946ebbbee9cce5a5bcf838f4c952d87e6 /karbon/tools
parent2785103a6bd4de55bd26d79e34d0fdd4b329a73a (diff)
downloadkoffice-698569f8428ca088f764d704034a1330517b98c0.tar.gz
koffice-698569f8428ca088f764d704034a1330517b98c0.zip
Finish rebranding of Krita as Chalk
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1238363 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'karbon/tools')
-rw-r--r--karbon/tools/vcurvefit.cc2
-rw-r--r--karbon/tools/vdefaulttools.cc2
-rw-r--r--karbon/tools/vellipsetool.cc2
-rw-r--r--karbon/tools/vellipsetool.h2
-rw-r--r--karbon/tools/vpenciltool.cc2
-rw-r--r--karbon/tools/vpolygontool.cc2
-rw-r--r--karbon/tools/vpolygontool.h2
-rw-r--r--karbon/tools/vpolylinetool.cc2
-rw-r--r--karbon/tools/vrectangletool.cc2
-rw-r--r--karbon/tools/vrectangletool.h2
-rw-r--r--karbon/tools/vroundrecttool.cc2
-rw-r--r--karbon/tools/vroundrecttool.h2
-rw-r--r--karbon/tools/vshapetool.cc4
-rw-r--r--karbon/tools/vsinustool.cc2
-rw-r--r--karbon/tools/vsinustool.h2
-rw-r--r--karbon/tools/vspiraltool.cc2
-rw-r--r--karbon/tools/vspiraltool.h2
-rw-r--r--karbon/tools/vstartool.cc2
-rw-r--r--karbon/tools/vstartool.h2
19 files changed, 20 insertions, 20 deletions
diff --git a/karbon/tools/vcurvefit.cc b/karbon/tools/vcurvefit.cc
index 42b90a13..fee361c2 100644
--- a/karbon/tools/vcurvefit.cc
+++ b/karbon/tools/vcurvefit.cc
@@ -26,7 +26,7 @@
#include <core/vglobal.h>
#include <render/vpainter.h>
#include <render/vpainterfactory.h>
-#include <commands/vtqshapecmd.h>
+#include <commands/vshapecmd.h>
/*
An Algorithm for Automatically Fitting Digitized Curves
diff --git a/karbon/tools/vdefaulttools.cc b/karbon/tools/vdefaulttools.cc
index f26bcf52..ecc5e048 100644
--- a/karbon/tools/vdefaulttools.cc
+++ b/karbon/tools/vdefaulttools.cc
@@ -37,7 +37,7 @@
#include "vroundrecttool.h"
#include "vselectnodestool.h"
#include "vselecttool.h"
-#include "vtqshapetool.h"
+#include "vshapetool.h"
#include "vsheartool.h"
#include "vsinustool.h"
#include "vspiraltool.h"
diff --git a/karbon/tools/vellipsetool.cc b/karbon/tools/vellipsetool.cc
index ff68c350..49e80ec8 100644
--- a/karbon/tools/vellipsetool.cc
+++ b/karbon/tools/vellipsetool.cc
@@ -29,7 +29,7 @@
#include <karbon_view.h>
#include <karbon_part.h>
-#include <tqshapes/vellipse.h>
+#include <shapes/vellipse.h>
#include "vellipsetool.h"
#include "vglobal.h"
diff --git a/karbon/tools/vellipsetool.h b/karbon/tools/vellipsetool.h
index f0276779..c07d2e77 100644
--- a/karbon/tools/vellipsetool.h
+++ b/karbon/tools/vellipsetool.h
@@ -22,7 +22,7 @@
#include <kdialogbase.h>
-#include "vtqshapetool.h"
+#include "vshapetool.h"
class KoUnitDoubleSpinBox;
class KComboBox;
diff --git a/karbon/tools/vpenciltool.cc b/karbon/tools/vpenciltool.cc
index 7347e0f9..587182de 100644
--- a/karbon/tools/vpenciltool.cc
+++ b/karbon/tools/vpenciltool.cc
@@ -45,7 +45,7 @@
#include <render/vpainter.h>
#include <render/vpainterfactory.h>
#include "vpenciltool.h"
-#include <commands/vtqshapecmd.h>
+#include <commands/vshapecmd.h>
#include "vcurvefit.h"
diff --git a/karbon/tools/vpolygontool.cc b/karbon/tools/vpolygontool.cc
index a9584be6..8fd8d740 100644
--- a/karbon/tools/vpolygontool.cc
+++ b/karbon/tools/vpolygontool.cc
@@ -27,7 +27,7 @@
#include <karbon_view.h>
#include <karbon_part.h>
-#include <tqshapes/vstar.h>
+#include <shapes/vstar.h>
#include "vpolygontool.h"
VPolygonTool::VPolygonOptionsWidget::VPolygonOptionsWidget( KarbonView *view, TQWidget* tqparent, const char* name )
diff --git a/karbon/tools/vpolygontool.h b/karbon/tools/vpolygontool.h
index c74ad182..227e9d37 100644
--- a/karbon/tools/vpolygontool.h
+++ b/karbon/tools/vpolygontool.h
@@ -22,7 +22,7 @@
#include <kdialogbase.h>
-#include "vtqshapetool.h"
+#include "vshapetool.h"
class KoUnitDoubleSpinBox;
class KIntSpinBox;
diff --git a/karbon/tools/vpolylinetool.cc b/karbon/tools/vpolylinetool.cc
index 673503f9..083ee1ea 100644
--- a/karbon/tools/vpolylinetool.cc
+++ b/karbon/tools/vpolylinetool.cc
@@ -35,7 +35,7 @@
#include <render/vpainter.h>
#include <render/vpainterfactory.h>
#include "vpolylinetool.h"
-#include <commands/vtqshapecmd.h>
+#include <commands/vshapecmd.h>
#include <commands/vcommand.h>
#include <widgets/vcanvas.h>
diff --git a/karbon/tools/vrectangletool.cc b/karbon/tools/vrectangletool.cc
index 9d19edd2..d3668fc4 100644
--- a/karbon/tools/vrectangletool.cc
+++ b/karbon/tools/vrectangletool.cc
@@ -25,7 +25,7 @@
#include <karbon_view.h>
#include <karbon_part.h>
-#include <tqshapes/vrectangle.h>
+#include <shapes/vrectangle.h>
#include "vrectangletool.h"
#include <KoUnitWidgets.h>
diff --git a/karbon/tools/vrectangletool.h b/karbon/tools/vrectangletool.h
index d38ead75..2b71e27e 100644
--- a/karbon/tools/vrectangletool.h
+++ b/karbon/tools/vrectangletool.h
@@ -24,7 +24,7 @@
#include <klocale.h>
#include <kdialogbase.h>
-#include "vtqshapetool.h"
+#include "vshapetool.h"
class KarbonView;
class TQLabel;
diff --git a/karbon/tools/vroundrecttool.cc b/karbon/tools/vroundrecttool.cc
index a211114f..0e97530f 100644
--- a/karbon/tools/vroundrecttool.cc
+++ b/karbon/tools/vroundrecttool.cc
@@ -25,7 +25,7 @@
#include <karbon_view.h>
#include <karbon_part.h>
-#include <tqshapes/vrectangle.h>
+#include <shapes/vrectangle.h>
#include "vroundrecttool.h"
#include "KoUnitWidgets.h"
diff --git a/karbon/tools/vroundrecttool.h b/karbon/tools/vroundrecttool.h
index 9ab0c3fb..9b70bf27 100644
--- a/karbon/tools/vroundrecttool.h
+++ b/karbon/tools/vroundrecttool.h
@@ -25,7 +25,7 @@
#include <knuminput.h>
-#include "vtqshapetool.h"
+#include "vshapetool.h"
class KarbonView;
class KarbonPart;
diff --git a/karbon/tools/vshapetool.cc b/karbon/tools/vshapetool.cc
index 4f46c317..49197773 100644
--- a/karbon/tools/vshapetool.cc
+++ b/karbon/tools/vshapetool.cc
@@ -28,8 +28,8 @@
#include "vglobal.h"
#include "vpainter.h"
#include "vpainterfactory.h"
-#include "vtqshapecmd.h"
-#include "vtqshapetool.h"
+#include "vshapecmd.h"
+#include "vshapetool.h"
#include "vselection.h"
#include "vcursor.h"
diff --git a/karbon/tools/vsinustool.cc b/karbon/tools/vsinustool.cc
index a520afba..4982141b 100644
--- a/karbon/tools/vsinustool.cc
+++ b/karbon/tools/vsinustool.cc
@@ -27,7 +27,7 @@
#include <karbon_view.h>
#include <karbon_part.h>
-#include <tqshapes/vsinus.h>
+#include <shapes/vsinus.h>
#include "vsinustool.h"
#include "KoUnitWidgets.h"
diff --git a/karbon/tools/vsinustool.h b/karbon/tools/vsinustool.h
index 1ad343a2..8e2adfc3 100644
--- a/karbon/tools/vsinustool.h
+++ b/karbon/tools/vsinustool.h
@@ -21,7 +21,7 @@
#define __VSINUSTOOL_H__
#include <kdialogbase.h>
-#include "vtqshapetool.h"
+#include "vshapetool.h"
class KoUnitDoubleSpinBox;
class KIntSpinBox;
diff --git a/karbon/tools/vspiraltool.cc b/karbon/tools/vspiraltool.cc
index a9a361f5..58401309 100644
--- a/karbon/tools/vspiraltool.cc
+++ b/karbon/tools/vspiraltool.cc
@@ -26,7 +26,7 @@
#include <karbon_view.h>
#include <karbon_part.h>
-#include <tqshapes/vspiral.h>
+#include <shapes/vspiral.h>
#include "vspiraltool.h"
#include "KoUnitWidgets.h"
diff --git a/karbon/tools/vspiraltool.h b/karbon/tools/vspiraltool.h
index c9c4d388..9a09bd83 100644
--- a/karbon/tools/vspiraltool.h
+++ b/karbon/tools/vspiraltool.h
@@ -23,7 +23,7 @@
#include <kdialogbase.h>
#include <klocale.h>
-#include "vtqshapetool.h"
+#include "vshapetool.h"
class KComboBox;
class KoUnitDoubleSpinBox;
diff --git a/karbon/tools/vstartool.cc b/karbon/tools/vstartool.cc
index fbad70ce..6110969a 100644
--- a/karbon/tools/vstartool.cc
+++ b/karbon/tools/vstartool.cc
@@ -26,7 +26,7 @@
#include <karbon_view.h>
#include <karbon_part.h>
-#include <tqshapes/vstar.h>
+#include <shapes/vstar.h>
#include "vstartool.h"
#include "KoUnitWidgets.h"
diff --git a/karbon/tools/vstartool.h b/karbon/tools/vstartool.h
index 89af45db..3ab94916 100644
--- a/karbon/tools/vstartool.h
+++ b/karbon/tools/vstartool.h
@@ -23,7 +23,7 @@
#include <klocale.h>
#include <kdialogbase.h>
-#include "vtqshapetool.h"
+#include "vshapetool.h"
class KoUnitDoubleSpinBox;