summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_polyline/kis_tool_polyline.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_polyline/kis_tool_polyline.cc')
-rw-r--r--chalk/plugins/tools/tool_polyline/kis_tool_polyline.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/tool_polyline/kis_tool_polyline.cc b/chalk/plugins/tools/tool_polyline/kis_tool_polyline.cc
index 4fab06e7..405b7aa1 100644
--- a/chalk/plugins/tools/tool_polyline/kis_tool_polyline.cc
+++ b/chalk/plugins/tools/tool_polyline/kis_tool_polyline.cc
@@ -245,7 +245,7 @@ void KisToolPolyline::setup(KActionCollection *collection)
TQT_SLOT(activate()),
collection,
name());
- Q_CHECK_PTR(m_action);
+ TQ_CHECK_PTR(m_action);
m_action->setToolTip(i18n("Draw a polyline. Shift-mouseclick ends the polyline."));
m_action->setExclusiveGroup("tools");