summaryrefslogtreecommitdiffstats
path: root/arts/builder/createtool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/builder/createtool.cpp')
-rw-r--r--arts/builder/createtool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/builder/createtool.cpp b/arts/builder/createtool.cpp
index 2913fdd3..95026884 100644
--- a/arts/builder/createtool.cpp
+++ b/arts/builder/createtool.cpp
@@ -67,7 +67,7 @@ void CreateTool::mousePressEvent(TQMouseEvent *e)
if(x < 0 || y < 0) return;
- if( e->button() == Qt::LeftButton )
+ if( e->button() == TQt::LeftButton )
performCreate(x, y);
// well, perhaps make this an option