summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools')
-rw-r--r--chalk/plugins/tools/defaulttools/default_tools.h2
-rw-r--r--chalk/plugins/tools/defaulttools/kis_tool_brush.h2
-rw-r--r--chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h2
-rw-r--r--chalk/plugins/tools/defaulttools/kis_tool_duplicate.h2
-rw-r--r--chalk/plugins/tools/defaulttools/kis_tool_ellipse.h2
-rw-r--r--chalk/plugins/tools/defaulttools/kis_tool_fill.h2
-rw-r--r--chalk/plugins/tools/defaulttools/kis_tool_gradient.h2
-rw-r--r--chalk/plugins/tools/defaulttools/kis_tool_line.h2
-rw-r--r--chalk/plugins/tools/defaulttools/kis_tool_move.h2
-rw-r--r--chalk/plugins/tools/defaulttools/kis_tool_pan.h2
-rw-r--r--chalk/plugins/tools/defaulttools/kis_tool_rectangle.h2
-rw-r--r--chalk/plugins/tools/defaulttools/kis_tool_text.h2
-rw-r--r--chalk/plugins/tools/defaulttools/kis_tool_zoom.h2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_move_selection.h2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_brush.h2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_outline.h2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h2
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h2
-rw-r--r--chalk/plugins/tools/selectiontools/selection_tools.h2
-rw-r--r--chalk/plugins/tools/tool_crop/kis_tool_crop.h2
-rw-r--r--chalk/plugins/tools/tool_crop/tool_crop.h2
-rw-r--r--chalk/plugins/tools/tool_curves/kis_tool_bezier.h2
-rw-r--r--chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h2
-rw-r--r--chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h2
-rw-r--r--chalk/plugins/tools/tool_curves/kis_tool_curve.h2
-rw-r--r--chalk/plugins/tools/tool_curves/kis_tool_example.h2
-rw-r--r--chalk/plugins/tools/tool_curves/kis_tool_moutline.h2
-rw-r--r--chalk/plugins/tools/tool_curves/tool_curves.h2
-rw-r--r--chalk/plugins/tools/tool_filter/kis_tool_filter.h2
-rw-r--r--chalk/plugins/tools/tool_filter/tool_filter.h2
-rw-r--r--chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h2
-rw-r--r--chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h2
-rw-r--r--chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h2
-rw-r--r--chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h2
-rw-r--r--chalk/plugins/tools/tool_polygon/kis_tool_polygon.h2
-rw-r--r--chalk/plugins/tools/tool_polygon/tool_polygon.h2
-rw-r--r--chalk/plugins/tools/tool_polyline/kis_tool_polyline.h2
-rw-r--r--chalk/plugins/tools/tool_polyline/tool_polyline.h2
-rw-r--r--chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h2
-rw-r--r--chalk/plugins/tools/tool_selectsimilar/selectsimilar.h2
-rw-r--r--chalk/plugins/tools/tool_star/kis_tool_star.h2
-rw-r--r--chalk/plugins/tools/tool_star/tool_star.h2
-rw-r--r--chalk/plugins/tools/tool_transform/kis_tool_transform.h2
-rw-r--r--chalk/plugins/tools/tool_transform/tool_transform.h2
47 files changed, 47 insertions, 47 deletions
diff --git a/chalk/plugins/tools/defaulttools/default_tools.h b/chalk/plugins/tools/defaulttools/default_tools.h
index dbf60d93..78ed1c31 100644
--- a/chalk/plugins/tools/defaulttools/default_tools.h
+++ b/chalk/plugins/tools/defaulttools/default_tools.h
@@ -33,7 +33,7 @@
*/
class DefaultTools : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
DefaultTools(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_brush.h b/chalk/plugins/tools/defaulttools/kis_tool_brush.h
index bd932ae5..de0d4b8c 100644
--- a/chalk/plugins/tools/defaulttools/kis_tool_brush.h
+++ b/chalk/plugins/tools/defaulttools/kis_tool_brush.h
@@ -34,7 +34,7 @@ class TQCheckBox;
class TQGridLayout;
class KRITACORE_EXPORT KisToolBrush : public KisToolFreehand {
- Q_OBJECT
+ TQ_OBJECT
typedef KisToolFreehand super;
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h b/chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h
index e7960fd3..0ca3f848 100644
--- a/chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h
+++ b/chalk/plugins/tools/defaulttools/kis_tool_colorpicker.h
@@ -30,7 +30,7 @@ class KisPalette;
class KisToolColorPicker : public KisToolNonPaint {
- Q_OBJECT
+ TQ_OBJECT
typedef KisToolNonPaint super;
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_duplicate.h b/chalk/plugins/tools/defaulttools/kis_tool_duplicate.h
index a7fd92df..2c1c40df 100644
--- a/chalk/plugins/tools/defaulttools/kis_tool_duplicate.h
+++ b/chalk/plugins/tools/defaulttools/kis_tool_duplicate.h
@@ -33,7 +33,7 @@ class KIntNumInput;
class KisToolDuplicate : public KisToolFreehand {
typedef KisToolFreehand super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_ellipse.h b/chalk/plugins/tools/defaulttools/kis_tool_ellipse.h
index 09311a30..a080a783 100644
--- a/chalk/plugins/tools/defaulttools/kis_tool_ellipse.h
+++ b/chalk/plugins/tools/defaulttools/kis_tool_ellipse.h
@@ -32,7 +32,7 @@ class KisRect;
class KisToolEllipse : public KisToolShape {
typedef KisToolShape super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_fill.h b/chalk/plugins/tools/defaulttools/kis_tool_fill.h
index 09df0851..e6fbd5f0 100644
--- a/chalk/plugins/tools/defaulttools/kis_tool_fill.h
+++ b/chalk/plugins/tools/defaulttools/kis_tool_fill.h
@@ -36,7 +36,7 @@ class TDEActionCollection;
class KisToolFill : public KisToolPaint {
typedef KisToolPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_gradient.h b/chalk/plugins/tools/defaulttools/kis_tool_gradient.h
index f5b6130f..36803177 100644
--- a/chalk/plugins/tools/defaulttools/kis_tool_gradient.h
+++ b/chalk/plugins/tools/defaulttools/kis_tool_gradient.h
@@ -46,7 +46,7 @@ class TQCheckBox;
class KisToolGradient : public KisToolPaint {
- Q_OBJECT
+ TQ_OBJECT
typedef KisToolPaint super;
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_line.h b/chalk/plugins/tools/defaulttools/kis_tool_line.h
index d401a797..50dc254d 100644
--- a/chalk/plugins/tools/defaulttools/kis_tool_line.h
+++ b/chalk/plugins/tools/defaulttools/kis_tool_line.h
@@ -38,7 +38,7 @@ class TQWidget;
class KisToolLine : public KisToolPaint {
- Q_OBJECT
+ TQ_OBJECT
typedef KisToolPaint super;
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_move.h b/chalk/plugins/tools/defaulttools/kis_tool_move.h
index 59cf735d..c79d47c1 100644
--- a/chalk/plugins/tools/defaulttools/kis_tool_move.h
+++ b/chalk/plugins/tools/defaulttools/kis_tool_move.h
@@ -32,7 +32,7 @@ class TQTimer;
class KisToolMove : public KisToolNonPaint {
typedef KisToolNonPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_pan.h b/chalk/plugins/tools/defaulttools/kis_tool_pan.h
index e6bbc91e..7329b629 100644
--- a/chalk/plugins/tools/defaulttools/kis_tool_pan.h
+++ b/chalk/plugins/tools/defaulttools/kis_tool_pan.h
@@ -31,7 +31,7 @@ class KRITATOOL_EXPORT KisToolPan : public KisToolNonPaint
{
typedef KisToolNonPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_rectangle.h b/chalk/plugins/tools/defaulttools/kis_tool_rectangle.h
index dc56f9e2..42f31705 100644
--- a/chalk/plugins/tools/defaulttools/kis_tool_rectangle.h
+++ b/chalk/plugins/tools/defaulttools/kis_tool_rectangle.h
@@ -37,7 +37,7 @@ class KisPainter;
class KisToolRectangle : public KisToolShape {
typedef KisToolShape super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_text.h b/chalk/plugins/tools/defaulttools/kis_tool_text.h
index 9acd2465..26981107 100644
--- a/chalk/plugins/tools/defaulttools/kis_tool_text.h
+++ b/chalk/plugins/tools/defaulttools/kis_tool_text.h
@@ -33,7 +33,7 @@ class KSqueezedTextLabel;
class KisToolText : public KisToolPaint {
typedef KisToolPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/defaulttools/kis_tool_zoom.h b/chalk/plugins/tools/defaulttools/kis_tool_zoom.h
index ca084ca3..9e65f574 100644
--- a/chalk/plugins/tools/defaulttools/kis_tool_zoom.h
+++ b/chalk/plugins/tools/defaulttools/kis_tool_zoom.h
@@ -32,7 +32,7 @@ class KisCanvasSubject;
class KisToolZoom : public KisToolNonPaint {
typedef KisToolNonPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h
index 2809cb85..69d2eb66 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h
@@ -26,7 +26,7 @@
class KisToolMoveSelection : public KisToolNonPaint {
typedef KisToolNonPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h b/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h
index 99cc98da..2cff85cb 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h
@@ -36,7 +36,7 @@ class KisSelectionOptions;
* Depends a bit on how we're going to visualize selections.
*/
class KisToolSelectBrush : public KisToolFreehand {
- Q_OBJECT
+ TQ_OBJECT
typedef KisToolFreehand super;
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h
index 9dca4955..8d5e5d18 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h
@@ -40,7 +40,7 @@ class KisSelectionOptions;
class KisToolSelectContiguous : public KisToolNonPaint {
typedef KisToolNonPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h b/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h
index 230de5b1..1be666cc 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h
@@ -35,7 +35,7 @@ class KisSelectionOptions;
class KisToolSelectElliptical : public KisToolNonPaint {
typedef KisToolNonPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h
index 762f24a8..2043e0ee 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h
@@ -34,7 +34,7 @@ class KisSelectionOptions;
* this... Depends a bit on how we're going to visualize selections.
*/
class KisToolSelectEraser : public KisToolFreehand {
- Q_OBJECT
+ TQ_OBJECT
typedef KisToolFreehand super;
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h
index c58a32c6..00e4a005 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h
@@ -36,7 +36,7 @@ class KisSelectionOptions;
class KisToolSelectOutline : public KisToolNonPaint {
typedef KisToolNonPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
KisToolSelectOutline();
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h b/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h
index 66ff36e0..2729db5b 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h
@@ -33,7 +33,7 @@ class KisSelectionOptions;
class KisToolSelectPolygonal : public KisToolNonPaint {
typedef KisToolNonPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
KisToolSelectPolygonal();
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h
index 0289e430..5b9b254e 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h
@@ -32,7 +32,7 @@ class KisSelectionOptions;
class KisToolSelectRectangular : public KisToolNonPaint {
typedef KisToolNonPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/selectiontools/selection_tools.h b/chalk/plugins/tools/selectiontools/selection_tools.h
index 825e06ab..efe0cc72 100644
--- a/chalk/plugins/tools/selectiontools/selection_tools.h
+++ b/chalk/plugins/tools/selectiontools/selection_tools.h
@@ -33,7 +33,7 @@
*/
class SelectionTools : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
SelectionTools(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/plugins/tools/tool_crop/kis_tool_crop.h b/chalk/plugins/tools/tool_crop/kis_tool_crop.h
index 3bca3442..2df26c14 100644
--- a/chalk/plugins/tools/tool_crop/kis_tool_crop.h
+++ b/chalk/plugins/tools/tool_crop/kis_tool_crop.h
@@ -40,7 +40,7 @@ class WdgToolCrop;
class KisToolCrop : public KisToolNonPaint {
typedef KisToolNonPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_crop/tool_crop.h b/chalk/plugins/tools/tool_crop/tool_crop.h
index 0db28073..f569b715 100644
--- a/chalk/plugins/tools/tool_crop/tool_crop.h
+++ b/chalk/plugins/tools/tool_crop/tool_crop.h
@@ -28,7 +28,7 @@ class KisView;
*/
class ToolCrop : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ToolCrop(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/plugins/tools/tool_curves/kis_tool_bezier.h b/chalk/plugins/tools/tool_curves/kis_tool_bezier.h
index 2120448b..87a25309 100644
--- a/chalk/plugins/tools/tool_curves/kis_tool_bezier.h
+++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier.h
@@ -76,7 +76,7 @@ public:
class KisToolBezier : public KisToolCurve {
typedef KisToolCurve super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h b/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h
index 01922249..9fc9bf7b 100644
--- a/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h
+++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h
@@ -28,7 +28,7 @@
class KisToolBezierPaint : public KisToolBezier {
typedef KisToolBezier super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h b/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h
index 7ce1c382..c4cff974 100644
--- a/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h
+++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h
@@ -28,7 +28,7 @@
class KisToolBezierSelect : public KisToolBezier {
typedef KisToolBezier super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_curves/kis_tool_curve.h b/chalk/plugins/tools/tool_curves/kis_tool_curve.h
index 88cc756c..d9d5f3fe 100644
--- a/chalk/plugins/tools/tool_curves/kis_tool_curve.h
+++ b/chalk/plugins/tools/tool_curves/kis_tool_curve.h
@@ -43,7 +43,7 @@ double pointToSegmentDistance(const KisPoint& p, const KisPoint& l0, const KisPo
class KisToolCurve : public KisToolPaint {
typedef KisToolPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_curves/kis_tool_example.h b/chalk/plugins/tools/tool_curves/kis_tool_example.h
index 5c01b6e3..c5b63fc7 100644
--- a/chalk/plugins/tools/tool_curves/kis_tool_example.h
+++ b/chalk/plugins/tools/tool_curves/kis_tool_example.h
@@ -36,7 +36,7 @@ class WdgToolExample;
class KisToolExample : public KisToolCurve {
typedef KisToolCurve super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_curves/kis_tool_moutline.h b/chalk/plugins/tools/tool_curves/kis_tool_moutline.h
index b9b4830f..918d9535 100644
--- a/chalk/plugins/tools/tool_curves/kis_tool_moutline.h
+++ b/chalk/plugins/tools/tool_curves/kis_tool_moutline.h
@@ -65,7 +65,7 @@ public:
class KisToolMagnetic : public KisToolCurve {
typedef KisToolCurve super;
- Q_OBJECT
+ TQ_OBJECT
friend class KisCurveMagnetic;
diff --git a/chalk/plugins/tools/tool_curves/tool_curves.h b/chalk/plugins/tools/tool_curves/tool_curves.h
index 854a8165..6d82a9fe 100644
--- a/chalk/plugins/tools/tool_curves/tool_curves.h
+++ b/chalk/plugins/tools/tool_curves/tool_curves.h
@@ -25,7 +25,7 @@
class ToolCurves : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ToolCurves(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/plugins/tools/tool_filter/kis_tool_filter.h b/chalk/plugins/tools/tool_filter/kis_tool_filter.h
index e1ce4ba1..ee819504 100644
--- a/chalk/plugins/tools/tool_filter/kis_tool_filter.h
+++ b/chalk/plugins/tools/tool_filter/kis_tool_filter.h
@@ -35,7 +35,7 @@ class KisCmbIDList;
class KisToolFilter : public KisToolFreehand {
- Q_OBJECT
+ TQ_OBJECT
typedef KisToolFreehand super;
diff --git a/chalk/plugins/tools/tool_filter/tool_filter.h b/chalk/plugins/tools/tool_filter/tool_filter.h
index 6255b907..08df9e37 100644
--- a/chalk/plugins/tools/tool_filter/tool_filter.h
+++ b/chalk/plugins/tools/tool_filter/tool_filter.h
@@ -28,7 +28,7 @@ class KisView;
*/
class ToolFilter : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ToolFilter(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h b/chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h
index bd250637..d9226f76 100644
--- a/chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h
+++ b/chalk/plugins/tools/tool_perspectivegrid/kis_tool_perspectivegrid.h
@@ -27,7 +27,7 @@
#include <kis_tool_factory.h>
class KisToolPerspectiveGrid : public KisToolNonPaint {
- Q_OBJECT
+ TQ_OBJECT
enum PerspectiveGridEditionMode {
MODE_CREATION, // This is the mode when there is not yet a perspective grid
diff --git a/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h b/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h
index 47fd0f40..6dcd0364 100644
--- a/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h
+++ b/chalk/plugins/tools/tool_perspectivegrid/tool_perspectivegrid.h
@@ -28,7 +28,7 @@ class KisView;
*/
class ToolPerspectiveGrid : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ToolPerspectiveGrid(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h b/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h
index 0f0d3e7d..4b9f9497 100644
--- a/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h
+++ b/chalk/plugins/tools/tool_perspectivetransform/kis_tool_perspectivetransform.h
@@ -45,7 +45,7 @@ class KisFilterStrategy;
class KisToolPerspectiveTransform : public KisToolNonPaint, KisCommandHistoryListener {
typedef KisToolNonPaint super;
- Q_OBJECT
+ TQ_OBJECT
enum InterractionMode { DRAWRECTINTERRACTION, EDITRECTINTERRACTION };
enum HandleSelected { NOHANDLE, TOPHANDLE, BOTTOMHANDLE, RIGHTHANDLE, LEFTHANDLE, MIDDLEHANDLE };
diff --git a/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h b/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h
index e43174e4..2646abbe 100644
--- a/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h
+++ b/chalk/plugins/tools/tool_perspectivetransform/tool_perspectivetransform.h
@@ -28,7 +28,7 @@ class KisView;
*/
class ToolPerspectiveTransform : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ToolPerspectiveTransform(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h
index dcbf5c37..ccc2d822 100644
--- a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h
+++ b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h
@@ -34,7 +34,7 @@ class KisRect;
class KisToolPolygon : public KisToolShape {
typedef KisToolShape super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_polygon/tool_polygon.h b/chalk/plugins/tools/tool_polygon/tool_polygon.h
index 3f9f22ae..f56a7feb 100644
--- a/chalk/plugins/tools/tool_polygon/tool_polygon.h
+++ b/chalk/plugins/tools/tool_polygon/tool_polygon.h
@@ -26,7 +26,7 @@
*/
class ToolPolygon : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_polyline/kis_tool_polyline.h b/chalk/plugins/tools/tool_polyline/kis_tool_polyline.h
index f8522167..5d1bd81c 100644
--- a/chalk/plugins/tools/tool_polyline/kis_tool_polyline.h
+++ b/chalk/plugins/tools/tool_polyline/kis_tool_polyline.h
@@ -37,7 +37,7 @@ class KisRect;
class KisToolPolyline : public KisToolPaint {
typedef KisToolPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_polyline/tool_polyline.h b/chalk/plugins/tools/tool_polyline/tool_polyline.h
index c8b95ed9..e1e55457 100644
--- a/chalk/plugins/tools/tool_polyline/tool_polyline.h
+++ b/chalk/plugins/tools/tool_polyline/tool_polyline.h
@@ -28,7 +28,7 @@ class KisView;
*/
class ToolPolyline : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ToolPolyline(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h b/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h
index ad61b7da..0a338797 100644
--- a/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h
+++ b/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.h
@@ -39,7 +39,7 @@ class KisSelectionOptions;
class KisToolSelectSimilar : public KisToolNonPaint {
- Q_OBJECT
+ TQ_OBJECT
typedef KisToolNonPaint super;
diff --git a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h
index 124c126b..b228a0df 100644
--- a/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h
+++ b/chalk/plugins/tools/tool_selectsimilar/selectsimilar.h
@@ -23,7 +23,7 @@
class SelectSimilar : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
SelectSimilar(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/plugins/tools/tool_star/kis_tool_star.h b/chalk/plugins/tools/tool_star/kis_tool_star.h
index 203785c9..49bd259c 100644
--- a/chalk/plugins/tools/tool_star/kis_tool_star.h
+++ b/chalk/plugins/tools/tool_star/kis_tool_star.h
@@ -33,7 +33,7 @@ class WdgToolStar;
class KisToolStar : public KisToolShape {
typedef KisToolShape super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_star/tool_star.h b/chalk/plugins/tools/tool_star/tool_star.h
index 648b5cc6..e9bf68b9 100644
--- a/chalk/plugins/tools/tool_star/tool_star.h
+++ b/chalk/plugins/tools/tool_star/tool_star.h
@@ -28,7 +28,7 @@ class KisView;
*/
class ToolStar : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ToolStar(TQObject *parent, const char *name, const TQStringList &);
diff --git a/chalk/plugins/tools/tool_transform/kis_tool_transform.h b/chalk/plugins/tools/tool_transform/kis_tool_transform.h
index e7a053ae..991db394 100644
--- a/chalk/plugins/tools/tool_transform/kis_tool_transform.h
+++ b/chalk/plugins/tools/tool_transform/kis_tool_transform.h
@@ -41,7 +41,7 @@ class KisFilterStrategy;
class KisToolTransform : public KisToolNonPaint, KisCommandHistoryListener {
typedef KisToolNonPaint super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_transform/tool_transform.h b/chalk/plugins/tools/tool_transform/tool_transform.h
index 0bcff2dd..b9786f9a 100644
--- a/chalk/plugins/tools/tool_transform/tool_transform.h
+++ b/chalk/plugins/tools/tool_transform/tool_transform.h
@@ -28,7 +28,7 @@ class KisView;
*/
class ToolTransform : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public:
ToolTransform(TQObject *parent, const char *name, const TQStringList &);