summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/tempolabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/widgets/tempolabel.cpp')
-rw-r--r--muse2/muse/widgets/tempolabel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/widgets/tempolabel.cpp b/muse2/muse/widgets/tempolabel.cpp
index cc628f50..565a61c1 100644
--- a/muse2/muse/widgets/tempolabel.cpp
+++ b/muse2/muse/widgets/tempolabel.cpp
@@ -80,7 +80,7 @@ QSize TempoLabel::sizeHint() const
//---------------------------------------------------------
TempoEdit::TempoEdit(QWidget* parent)
- : QDoubleSpinBox(parent)
+ : DoubleSpinBox(parent)
{
curVal = -1.0;
setSingleStep(1.0);