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 {