summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/statpopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statpopup.cpp b/src/statpopup.cpp
index 306d537..81cbdce 100644
--- a/src/statpopup.cpp
+++ b/src/statpopup.cpp
@@ -404,7 +404,7 @@ void StatPopup::paintEvent(TQPaintEvent*) {
}
void StatPopup::mousePressEvent(TQMouseEvent* e) {
- if(e->button() == Qt::RightButton) {
+ if(e->button() == TQt::RightButton) {
// Hide the pop-up.
hide();
} else {