summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_polyline
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_polyline')
-rw-r--r--chalk/plugins/tools/tool_polyline/kis_tool_polyline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/tool_polyline/kis_tool_polyline.cpp b/chalk/plugins/tools/tool_polyline/kis_tool_polyline.cpp
index 594f1cf9..d4fc8803 100644
--- a/chalk/plugins/tools/tool_polyline/kis_tool_polyline.cpp
+++ b/chalk/plugins/tools/tool_polyline/kis_tool_polyline.cpp
@@ -242,7 +242,7 @@ void KisToolPolyline::setup(TDEActionCollection *collection)
"polyline",
shortcut,
this,
- TQT_SLOT(activate()),
+ TQ_SLOT(activate()),
collection,
name());
TQ_CHECK_PTR(m_action);