diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 15:26:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 15:26:09 +0900 |
commit | 47298eeee7a5a831a6df6dba768ef7f05ebca108 (patch) | |
tree | 7c3caca2a06484f932d25b76a8598a09bb1359e3 /src/statpopup.cpp | |
parent | 0af1d7236da380917af73f6d9b409c9e0e51a5f5 (diff) | |
download | kcpuload-47298eeee7a5a831a6df6dba768ef7f05ebca108.tar.gz kcpuload-47298eeee7a5a831a6df6dba768ef7f05ebca108.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/statpopup.cpp')
-rw-r--r-- | src/statpopup.cpp | 2 |
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 { |