summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_curves/kis_tool_example.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_curves/kis_tool_example.cpp')
-rw-r--r--chalk/plugins/tools/tool_curves/kis_tool_example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/tool_curves/kis_tool_example.cpp b/chalk/plugins/tools/tool_curves/kis_tool_example.cpp
index a21bb8089..775e4e93f 100644
--- a/chalk/plugins/tools/tool_curves/kis_tool_example.cpp
+++ b/chalk/plugins/tools/tool_curves/kis_tool_example.cpp
@@ -94,7 +94,7 @@ void KisToolExample::setup(TDEActionCollection *collection)
"tool_example",
shortcut,
this,
- TQT_SLOT(activate()),
+ TQ_SLOT(activate()),
collection,
name());
TQ_CHECK_PTR(m_action);