From 47298eeee7a5a831a6df6dba768ef7f05ebca108 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 Nov 2023 15:26:09 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- src/statpopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3