diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 15:23:04 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 21:39:01 +0900 |
| commit | 97ca62239633b6d0fc02b3313f7135608456cb7c (patch) | |
| tree | 11521abbd9f4c23c60e07161b82ba536d0b902ec /src/kbfxplasmaindexview.cpp | |
| parent | 612b41af2bb0590663f6488c00ebb3636f73ed8b (diff) | |
| download | kbfx-97ca62239633b6d0fc02b3313f7135608456cb7c.tar.gz kbfx-97ca62239633b6d0fc02b3313f7135608456cb7c.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 67a9fd3225cb598a4731ae04d41f254fc3d1a255)
Diffstat (limited to 'src/kbfxplasmaindexview.cpp')
| -rw-r--r-- | src/kbfxplasmaindexview.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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 (); |
