summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/tdesvnfilelist.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-16 19:57:12 +0900
committerMichele Calgaro <[email protected]>2024-02-18 18:07:42 +0900
commit484c315b2d206ae00009bbb89e85113b8454abed (patch)
treed45ee10bd98916a2381820fefd8e4ed9687edc5d /src/svnfrontend/tdesvnfilelist.cpp
parentaa1df34fd674490d0b7600603ae57e2a5f3e3ffd (diff)
downloadtdesvn-484c315b2d206ae00009bbb89e85113b8454abed.tar.gz
tdesvn-484c315b2d206ae00009bbb89e85113b8454abed.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 8ddc40ff83dedce5ef1b0f9325c2bfc06fa359b2)
Diffstat (limited to 'src/svnfrontend/tdesvnfilelist.cpp')
-rw-r--r--src/svnfrontend/tdesvnfilelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svnfrontend/tdesvnfilelist.cpp b/src/svnfrontend/tdesvnfilelist.cpp
index 317c7b0..d297e7d 100644
--- a/src/svnfrontend/tdesvnfilelist.cpp
+++ b/src/svnfrontend/tdesvnfilelist.cpp
@@ -2716,7 +2716,7 @@ void tdesvnfilelist::contentsMousePressEvent(TQMouseEvent*e)
m_pList->m_fileTip->setItem(0);
TQPoint p(contentsToViewport( e->pos()));
TQListViewItem *i = itemAt( p );
- // this is from qt the example - hopefully I got my problems with drag&drop fixed.
+ // this is from tqt the example - hopefully I got my problems with drag&drop fixed.
if ( i ) {
// if the user clicked into the root decoration of the item, don't try to start a drag!
if ( p.x() > header()->cellPos( header()->mapToActual( 0 ) ) +