Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
@ -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 {