summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cpp')
-rw-r--r--chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cpp b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cpp
index 9cfef0a80..91abc07a5 100644
--- a/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cpp
+++ b/chalk/plugins/tools/selectiontools/kis_tool_select_eraser.cpp
@@ -121,7 +121,7 @@ void KisToolSelectEraser::setup(TDEActionCollection *collection)
if (m_action == 0) {
m_action = new TDERadioAction(i18n("Selection &Eraser"),
"tool_eraser_selection", "Ctrl+Shift+E", this,
- TQT_SLOT(activate()), collection,
+ TQ_SLOT(activate()), collection,
name());
TQ_CHECK_PTR(m_action);
m_action->setToolTip(i18n("Erase parts of a selection"));