From 67a9fd3225cb598a4731ae04d41f254fc3d1a255 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 Nov 2023 15:23:04 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- src/kbfxplasmaindexview.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/kbfxplasmaindexview.cpp') diff --git a/src/kbfxplasmaindexview.cpp b/src/kbfxplasmaindexview.cpp index 303b612..a1e575d 100644 --- a/src/kbfxplasmaindexview.cpp +++ b/src/kbfxplasmaindexview.cpp @@ -61,8 +61,8 @@ KbfxPlasmaIndexView::checkMousePos () if ( TQCursor::pos () == mapToGlobal ( contentsToViewport ( m_currentPos ) ) ) { TQMouseEvent me ( TQEvent::MouseButtonPress, - this->mapToGlobal ( m_currentPos ), Qt::LeftButton, - Qt::LeftButton ); + this->mapToGlobal ( m_currentPos ), TQt::LeftButton, + TQt::LeftButton ); clearAll (); @@ -360,7 +360,7 @@ KbfxPlasmaIndexView::contentsMouseMoveEvent ( TQMouseEvent * me ) void KbfxPlasmaIndexView::contentsMousePressEvent ( TQMouseEvent * me ) { - if ( me->button () == Qt::RightButton ) + if ( me->button () == TQt::RightButton ) return; clearAll (); -- cgit v1.2.1