diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 22:03:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 22:03:33 +0900 |
| commit | 77c18c3fabbb1e81db72c70044f68ddb78d18581 (patch) | |
| tree | 74da1d18fa0f89de6b010a2c7d8126d7e2782456 /src/difftextwindow.cpp | |
| parent | 02927b1c01c2894f8c8f5268551505017d1385f7 (diff) | |
| download | kdiff3-77c18c3fabbb1e81db72c70044f68ddb78d18581.tar.gz kdiff3-77c18c3fabbb1e81db72c70044f68ddb78d18581.zip | |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/difftextwindow.cpp')
| -rw-r--r-- | src/difftextwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/difftextwindow.cpp b/src/difftextwindow.cpp index 0be3f42..0e4a0f7 100644 --- a/src/difftextwindow.cpp +++ b/src/difftextwindow.cpp @@ -398,7 +398,7 @@ void DiffTextWindow::focusInEvent(TQFocusEvent* e) void DiffTextWindow::mousePressEvent ( TQMouseEvent* e ) { - if ( e->button() == Qt::LeftButton ) + if ( e->button() == TQt::LeftButton ) { int line; int pos; @@ -458,7 +458,7 @@ void DiffTextWindow::mouseDoubleClickEvent( TQMouseEvent* e ) { d->m_bSelectionInProgress = false; d->m_lastKnownMousePos = e->pos(); - if ( e->button() == Qt::LeftButton ) + if ( e->button() == TQt::LeftButton ) { int line; int pos; |
