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 b43c15f..507ec1b 100644
--- a/src/gui/widgets/PitchDragLabel.cpp
+++ b/src/gui/widgets/PitchDragLabel.cpp
@@ -202,7 +202,7 @@ PitchDragLabel::paintEvent(TQPaintEvent *)
}
TQSize
-PitchDragLabel::tqsizeHint() const
+PitchDragLabel::sizeHint() const
{
return TQSize(150, 135);
}