diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 15:23:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 15:23:23 +0900 |
commit | 4311a79823d5bc42a86f788280df17b1ca435c24 (patch) | |
tree | 59cba24de9eebcc045835dd72b4c6a89b32cae0d | |
parent | 6908e7c149f5e5ddbbeb663706b44b92d019bb8a (diff) | |
download | knetload-4311a79823d5bc42a86f788280df17b1ca435c24.tar.gz knetload-4311a79823d5bc42a86f788280df17b1ca435c24.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | knetload/statpopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knetload/statpopup.cpp b/knetload/statpopup.cpp index 5f51c25..0dd9893 100644 --- a/knetload/statpopup.cpp +++ b/knetload/statpopup.cpp @@ -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 { |