From 034ed63e8dcd4071ff2857fb066f90b60313216f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 Nov 2023 11:55:18 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit f57d24985e5b3c8b8c070388aedf6fa915b1c316) --- src/gui/ratingwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/ratingwidget.cpp') 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; } -- cgit v1.2.1