summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.cpp')
-rw-r--r--chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.cpp b/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.cpp
index 65b05957a..3a5182b42 100644
--- a/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.cpp
+++ b/chalk/plugins/tools/tool_selectsimilar/kis_tool_selectsimilar.cpp
@@ -130,7 +130,7 @@ void KisToolSelectSimilar::buttonPress(KisButtonPressEvent *e)
TQPoint pos;
TQ_UINT8 opacity = OPACITY_OPAQUE;
- if (e->button() != Qt::LeftButton && e->button() != Qt::RightButton)
+ if (e->button() != TQt::LeftButton && e->button() != TQt::RightButton)
return;
if (!(img = m_subject->currentImg()))