summaryrefslogtreecommitdiffstats
path: root/knights/thinbuttons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/thinbuttons.cpp')
-rw-r--r--knights/thinbuttons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/thinbuttons.cpp b/knights/thinbuttons.cpp
index 4a38dbe..c2d475a 100644
--- a/knights/thinbuttons.cpp
+++ b/knights/thinbuttons.cpp
@@ -219,7 +219,7 @@ void thinbuttons::mousePressEvent( TQMouseEvent *event )
int margin, xpos(0), index(0);
/* We only want RightClick */
- if(event->button() != Qt::RightButton)
+ if(event->button() != TQt::RightButton)
{
return;
}