summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_polygon
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_polygon')
-rw-r--r--chalk/plugins/tools/tool_polygon/kis_tool_polygon.h2
-rw-r--r--chalk/plugins/tools/tool_polygon/tool_polygon.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h
index dcbf5c37..ccc2d822 100644
--- a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h
+++ b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h
@@ -34,7 +34,7 @@ class KisRect;
class KisToolPolygon : public KisToolShape {
typedef KisToolShape super;
- Q_OBJECT
+ TQ_OBJECT
public:
diff --git a/chalk/plugins/tools/tool_polygon/tool_polygon.h b/chalk/plugins/tools/tool_polygon/tool_polygon.h
index 3f9f22ae..f56a7feb 100644
--- a/chalk/plugins/tools/tool_polygon/tool_polygon.h
+++ b/chalk/plugins/tools/tool_polygon/tool_polygon.h
@@ -26,7 +26,7 @@
*/
class ToolPolygon : public KParts::Plugin
{
- Q_OBJECT
+ TQ_OBJECT
public: