Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 7 months ago
parent 6908e7c149
commit 4311a79823
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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 {

Loading…
Cancel
Save