summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_polygon/kis_tool_polygon.cpp')
-rw-r--r--chalk/plugins/tools/tool_polygon/kis_tool_polygon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cpp b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cpp
index 3457d2782..1948de1bc 100644
--- a/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cpp
+++ b/chalk/plugins/tools/tool_polygon/kis_tool_polygon.cpp
@@ -227,7 +227,7 @@ void KisToolPolygon::setup(TDEActionCollection *collection)
"tool_polygon",
shortcut,
this,
- TQT_SLOT(activate()),
+ TQ_SLOT(activate()),
collection,
name());
TQ_CHECK_PTR(m_action);