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 2809cb859..69d2eb66f 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 99cc98daa..2cff85cb3 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 9dca49554..8d5e5d184 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 230de5b18..1be666cc6 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 762f24a8b..2043e0eec 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 c58a32c60..00e4a0057 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 66ff36e0d..2729db5b6 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 0289e4300..5b9b254e2 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 825e06abe..efe0cc726 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 &);  | 
