summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_polygon/kis_tool_polygon.cc')
-rw-r--r--chalk/plugins/tools/tool_polygon/kis_tool_polygon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cc b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cc
index dba84042..56eeb5ab 100644
--- a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cc
+++ b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cc
@@ -230,7 +230,7 @@ void KisToolPolygon::setup(KActionCollection *collection)
TQT_SLOT(activate()),
collection,
name());
- Q_CHECK_PTR(m_action);
+ TQ_CHECK_PTR(m_action);
m_action->setToolTip(i18n("Draw a polygon. Shift-mouseclick ends the polygon."));
m_action->setExclusiveGroup("tools");