summaryrefslogtreecommitdiffstats
path: root/src/projects/k3baudioeditorwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-04 23:32:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 20:46:58 +0900
commit0c90dd24571da459f494ff60268a5a873f5fc11d (patch)
treefd418623977fe6c36fe62e5179a406ed6dcf0447 /src/projects/k3baudioeditorwidget.cpp
parent8b9e54eac5a51267328db442cca3701398235609 (diff)
downloadk3b-0c90dd24571da459f494ff60268a5a873f5fc11d.tar.gz
k3b-0c90dd24571da459f494ff60268a5a873f5fc11d.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5efc277625507809813e82005f7e47f004c666b6)
Diffstat (limited to 'src/projects/k3baudioeditorwidget.cpp')
-rw-r--r--src/projects/k3baudioeditorwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects/k3baudioeditorwidget.cpp b/src/projects/k3baudioeditorwidget.cpp
index 690b544..8b89b98 100644
--- a/src/projects/k3baudioeditorwidget.cpp
+++ b/src/projects/k3baudioeditorwidget.cpp
@@ -718,7 +718,7 @@ void K3bAudioEditorWidget::mouseMoveEvent( TQMouseEvent* e )
if( m_mouseAt )
emit mouseAt( posToMsf( e->pos().x() ) );
- if( e->state() & Qt::LeftButton ) {
+ if( e->state() & TQt::LeftButton ) {
if( m_draggedRange ) {
// determine the position the range's end was dragged to and its other end
K3b::Msf msfPos = TQMAX( 0, TQMIN( posToMsf( e->pos().x() ), m_length-1 ) );