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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/muse2/muse/widgets/tempolabel.cpp b/muse2/muse/widgets/tempolabel.cpp
index 25a3176a..df6e83c3 100644
--- a/muse2/muse/widgets/tempolabel.cpp
+++ b/muse2/muse/widgets/tempolabel.cpp
@@ -16,8 +16,9 @@
//---------------------------------------------------------
TempoLabel::TempoLabel(QWidget* parent, const char* name)
- : QLabel(parent, name)
+ : QLabel(parent)
{
+ setObjectName(name);
setFrameStyle(WinPanel | Sunken);
setLineWidth(2);
setMidLineWidth(3);