summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 15:26:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 15:26:09 +0900
commit47298eeee7a5a831a6df6dba768ef7f05ebca108 (patch)
tree7c3caca2a06484f932d25b76a8598a09bb1359e3
parent0af1d7236da380917af73f6d9b409c9e0e51a5f5 (diff)
downloadkcpuload-47298eee.tar.gz
kcpuload-47298eee.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/statpopup.cpp2
1 files changed, 1 insertions, 1 deletions
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 {