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 {