summaryrefslogtreecommitdiffstats
path: root/digikam/imageplugins/coreplugin/ratiocrop/imageselectionwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-04 22:55:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 20:54:28 +0900
commit56a89d7bba88bb6ba5d1851a7cc7816fb3fb21d0 (patch)
treede2f4e71d285cda68e02ee2550abe7411b21e678 /digikam/imageplugins/coreplugin/ratiocrop/imageselectionwidget.cpp
parent7d370fbcf338c2619833b91701227dcbf773dc4e (diff)
downloaddigikam-56a89d7bba88bb6ba5d1851a7cc7816fb3fb21d0.tar.gz
digikam-56a89d7bba88bb6ba5d1851a7cc7816fb3fb21d0.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1300f2c049587c70b6d619580608d2ec59e120ed)
Diffstat (limited to 'digikam/imageplugins/coreplugin/ratiocrop/imageselectionwidget.cpp')
-rw-r--r--digikam/imageplugins/coreplugin/ratiocrop/imageselectionwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/digikam/imageplugins/coreplugin/ratiocrop/imageselectionwidget.cpp b/digikam/imageplugins/coreplugin/ratiocrop/imageselectionwidget.cpp
index 7baa2ee..17eaf41 100644
--- a/digikam/imageplugins/coreplugin/ratiocrop/imageselectionwidget.cpp
+++ b/digikam/imageplugins/coreplugin/ratiocrop/imageselectionwidget.cpp
@@ -1241,7 +1241,7 @@ void ImageSelectionWidget::placeSelection(TQPoint pm, bool symmetric, TQPoint ce
void ImageSelectionWidget::mousePressEvent ( TQMouseEvent * e )
{
- if ( e->button() == Qt::LeftButton )
+ if ( e->button() == TQt::LeftButton )
{
TQPoint pm = TQPoint(e->x(), e->y());
TQPoint pmVirtual = convertPoint(pm);
@@ -1331,7 +1331,7 @@ void ImageSelectionWidget::mouseReleaseEvent ( TQMouseEvent * )
void ImageSelectionWidget::mouseMoveEvent ( TQMouseEvent * e )
{
- if ( ( e->state() & Qt::LeftButton ) == Qt::LeftButton )
+ if ( ( e->state() & TQt::LeftButton ) == TQt::LeftButton )
{
if ( d->moving )
{