summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_curves
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 16:00:39 -0600
committerTimothy Pearson <[email protected]>2012-02-17 16:00:39 -0600
commit2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0 (patch)
treeb2a50806758f457480546bccb342017d9c971bd8 /chalk/plugins/tools/tool_curves
parent3464ad940b78776e534eded37c3ae842cae52ad8 (diff)
downloadkoffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.tar.gz
koffice-2f8f2b51ac004c1325dd8c3c2a24d3fec62450f0.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'chalk/plugins/tools/tool_curves')
-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
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 e1e0521a..2120448b 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 482b481f..a72cae87 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 3969d1ba..e702fd23 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 d1c0886c..88cc756c 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 f4b8ac5e..0187d65a 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 3f58ab8f..031efa55 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 64bd1507..779873cf 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();