diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:00:39 -0600 |
| commit | 2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch) | |
| tree | b2a50806758f457480546bccb342017d9c971bd8 /chalk/plugins/tools/tool_curves | |
| parent | 3464ad940b78776e534eded37c3ae842cae52ad8 (diff) | |
| download | koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip | |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'chalk/plugins/tools/tool_curves')
7 files changed, 7 insertions, 7 deletions
diff --git a/chalk/plugins/tools/tool_curves/kis_tool_bezier.h b/chalk/plugins/tools/tool_curves/kis_tool_bezier.h index e1e0521a5..2120448bf 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_bezier.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier.h @@ -77,7 +77,7 @@ class KisToolBezier : public KisToolCurve { typedef KisToolCurve super; Q_OBJECT - TQ_OBJECT + public: KisToolBezier(const TQString&); 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 482b481f8..a72cae878 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier_paint.h @@ -29,7 +29,7 @@ class KisToolBezierPaint : public KisToolBezier { typedef KisToolBezier super; Q_OBJECT - TQ_OBJECT + public: KisToolBezierPaint(); 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 3969d1ba1..e702fd236 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.h @@ -29,7 +29,7 @@ class KisToolBezierSelect : public KisToolBezier { typedef KisToolBezier super; Q_OBJECT - TQ_OBJECT + public: KisToolBezierSelect(); diff --git a/chalk/plugins/tools/tool_curves/kis_tool_curve.h b/chalk/plugins/tools/tool_curves/kis_tool_curve.h index d1c0886c4..88cc756c1 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_curve.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_curve.h @@ -44,7 +44,7 @@ class KisToolCurve : public KisToolPaint { typedef KisToolPaint super; Q_OBJECT - TQ_OBJECT + public: KisToolCurve(const TQString& UIName); diff --git a/chalk/plugins/tools/tool_curves/kis_tool_example.h b/chalk/plugins/tools/tool_curves/kis_tool_example.h index f4b8ac5ec..0187d65a4 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_example.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_example.h @@ -37,7 +37,7 @@ class KisToolExample : public KisToolCurve { typedef KisToolCurve super; Q_OBJECT - TQ_OBJECT + public: KisToolExample(); diff --git a/chalk/plugins/tools/tool_curves/kis_tool_moutline.h b/chalk/plugins/tools/tool_curves/kis_tool_moutline.h index 3f58ab8f8..031efa55b 100644 --- a/chalk/plugins/tools/tool_curves/kis_tool_moutline.h +++ b/chalk/plugins/tools/tool_curves/kis_tool_moutline.h @@ -66,7 +66,7 @@ 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 64bd1507f..779873cfd 100644 --- a/chalk/plugins/tools/tool_curves/tool_curves.h +++ b/chalk/plugins/tools/tool_curves/tool_curves.h @@ -26,7 +26,7 @@ class ToolCurves : public KParts::Plugin { Q_OBJECT - TQ_OBJECT + public: ToolCurves(TQObject *parent, const char *name, const TQStringList &); virtual ~ToolCurves(); |
