summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/selectiontools
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/selectiontools')
-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
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 a8c604ec..7ed98a53 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_move_selection.h
@@ -27,7 +27,7 @@ class KisToolMoveSelection : public KisToolNonPaint {
typedef KisToolNonPaint super;
Q_OBJECT
- TQ_OBJECT
+
public:
KisToolMoveSelection();
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h b/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h
index a2660016..581269d0 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_brush.h
@@ -37,7 +37,7 @@ class KisSelectionOptions;
*/
class KisToolSelectBrush : public KisToolFreehand {
Q_OBJECT
- TQ_OBJECT
+
typedef KisToolFreehand super;
public:
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h
index 8b7db742..640d36cf 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_contiguous.h
@@ -41,7 +41,7 @@ class KisToolSelectContiguous : public KisToolNonPaint {
typedef KisToolNonPaint super;
Q_OBJECT
- TQ_OBJECT
+
public:
KisToolSelectContiguous();
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h b/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h
index 6873b995..5e971d96 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_elliptical.h
@@ -36,7 +36,7 @@ class KisToolSelectElliptical : public KisToolNonPaint {
typedef KisToolNonPaint super;
Q_OBJECT
- TQ_OBJECT
+
public:
KisToolSelectElliptical();
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h
index 5825181b..f1f31a9e 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.h
@@ -35,7 +35,7 @@ class KisSelectionOptions;
*/
class KisToolSelectEraser : public KisToolFreehand {
Q_OBJECT
- TQ_OBJECT
+
typedef KisToolFreehand super;
public:
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h
index b8c8c332..995e6c45 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_outline.h
@@ -37,7 +37,7 @@ class KisToolSelectOutline : public KisToolNonPaint {
typedef KisToolNonPaint super;
Q_OBJECT
- TQ_OBJECT
+
public:
KisToolSelectOutline();
virtual ~KisToolSelectOutline();
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h b/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h
index 6a0051f4..74b9fad9 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_polygonal.h
@@ -34,7 +34,7 @@ class KisToolSelectPolygonal : public KisToolNonPaint {
typedef KisToolNonPaint super;
Q_OBJECT
- TQ_OBJECT
+
public:
KisToolSelectPolygonal();
virtual ~KisToolSelectPolygonal();
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h
index c2e25639..232c5ba9 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_rectangular.h
@@ -33,7 +33,7 @@ class KisToolSelectRectangular : public KisToolNonPaint {
typedef KisToolNonPaint super;
Q_OBJECT
- TQ_OBJECT
+
public:
KisToolSelectRectangular();
diff --git a/chalk/plugins/tools/selectiontools/selection_tools.h b/chalk/plugins/tools/selectiontools/selection_tools.h
index b3650ff2..900174c8 100644
--- a/chalk/plugins/tools/selectiontools/selection_tools.h
+++ b/chalk/plugins/tools/selectiontools/selection_tools.h
@@ -34,7 +34,7 @@
class SelectionTools : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
SelectionTools(TQObject *parent, const char *name, const TQStringList &);
virtual ~SelectionTools();