diff options
Diffstat (limited to 'src/gui/widgets/PitchDragLabel.cpp')
-rw-r--r-- | src/gui/widgets/PitchDragLabel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/PitchDragLabel.cpp b/src/gui/widgets/PitchDragLabel.cpp index 33f2751..2eb2d36 100644 --- a/src/gui/widgets/PitchDragLabel.cpp +++ b/src/gui/widgets/PitchDragLabel.cpp @@ -82,7 +82,7 @@ PitchDragLabel::slotSetPitch(int pitch, int octave, int step) void PitchDragLabel::mousePressEvent(TQMouseEvent *e) { - if (e->button() == Qt::LeftButton) { + if (e->button() == TQt::LeftButton) { m_clickedY = e->y(); m_clickedPitch = m_pitch; m_clicked = true; |