summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_curves/kis_tool_bezier_select.cpp')
-rw-r--r--chalk/plugins/tools/tool_curves/kis_tool_bezier_select.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.cpp b/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.cpp
index 657358609..94000ebcc 100644
--- a/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.cpp
+++ b/chalk/plugins/tools/tool_curves/kis_tool_bezier_select.cpp
@@ -90,7 +90,7 @@ void KisToolBezierSelect::setup(TDEActionCollection *collection)
"tool_bezier_select",
shortcut,
this,
- TQT_SLOT(activate()),
+ TQ_SLOT(activate()),
collection,
name());
TQ_CHECK_PTR(m_action);