summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/tempolabel.cpp
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-08 08:22:29 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-08 08:22:29 +0000
commit4a1be16bbfafb8455b54336c4465da8f8bfe3ab6 (patch)
tree01cbdba041d5e864294909d834c1a189f0edb98b /muse2/muse/widgets/tempolabel.cpp
parentf681783c513b54002aa4dfec2566f26bfc38689b (diff)
ported many Qt3 methods to Qt4
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);