summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_polygon/kis_tool_polygon.h')
-rw-r--r--chalk/plugins/tools/tool_polygon/kis_tool_polygon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h
index 9be3f324..62c362f7 100644
--- a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h
+++ b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.h
@@ -91,7 +91,7 @@ public:
virtual KisTool * createTool(KActionCollection * ac) {
KisTool * t = new KisToolPolygon();
- Q_CHECK_PTR(t);
+ TQ_CHECK_PTR(t);
t->setup(ac);
return t;
}