summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--knetload/statpopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knetload/statpopup.cpp b/knetload/statpopup.cpp
index 5f51c25..0dd9893 100644
--- a/knetload/statpopup.cpp
+++ b/knetload/statpopup.cpp
@@ -429,7 +429,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 {