diff options
Diffstat (limited to 'chalk/plugins/tools/selectiontools')
9 files changed, 9 insertions, 9 deletions
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 &); |