summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/PitchDragLabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/PitchDragLabel.cpp')
-rw-r--r--src/gui/widgets/PitchDragLabel.cpp2
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;