Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4311a79823)
r14.1.x
Michele Calgaro 1 year ago
parent e5f04edaa7
commit bb7f625510
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -429,7 +429,7 @@ void StatPopup::paintEvent(TQPaintEvent*) {
} }
void StatPopup::mousePressEvent(TQMouseEvent* e) { void StatPopup::mousePressEvent(TQMouseEvent* e) {
if(e->button() == Qt::RightButton) { if(e->button() == TQt::RightButton) {
// Hide the pop-up. // Hide the pop-up.
hide(); hide();
} else { } else {

Loading…
Cancel
Save