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-04 23:32:04 +0900
commit5efc277625507809813e82005f7e47f004c666b6 (patch)
tree52282f27d3856e18ad12308e7881e840f0a96047 /src/projects/k3baudioeditorwidget.cpp
parent95a45a4f4fadd0054cc11f4f2f57da17d81c7bdd (diff)
downloadk3b-5efc277625507809813e82005f7e47f004c666b6.tar.gz
k3b-5efc277625507809813e82005f7e47f004c666b6.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 ) );