diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 11:55:18 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 11:55:18 +0900 |
| commit | f57d24985e5b3c8b8c070388aedf6fa915b1c316 (patch) | |
| tree | aa86157b321acf5f8fb5385aac72142500d16bdf /src/gui/ratingwidget.cpp | |
| parent | 30d2f3d2750a4ddee216eb64380781e593de6b25 (diff) | |
| download | tellico-f57d24985e5b3c8b8c070388aedf6fa915b1c316.tar.gz tellico-f57d24985e5b3c8b8c070388aedf6fa915b1c316.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/gui/ratingwidget.cpp')
| -rw-r--r-- | src/gui/ratingwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ratingwidget.cpp b/src/gui/ratingwidget.cpp index eda5cf7..f81b54c 100644 --- a/src/gui/ratingwidget.cpp +++ b/src/gui/ratingwidget.cpp @@ -111,7 +111,7 @@ void RatingWidget::update() { void RatingWidget::mousePressEvent(TQMouseEvent* event_) { // only react to left button - if(event_->button() != Qt::LeftButton) { + if(event_->button() != TQt::LeftButton) { return; } |
