summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/poslabel.cpp
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-12-07 11:47:15 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-12-07 11:47:15 +0000
commit1e2c10156202d4b50df409a1930adc3f151e44dc (patch)
treebb6c040e4c80d73ec50d6eb7dc3ce38ffe832a2a /muse2/muse/widgets/poslabel.cpp
parentc2adb2d1ec669182b127c1414ac0583a4e9c9386 (diff)
converted Qt3 methods to Qt4. Cleaned up app.* includes a bit.
Diffstat (limited to 'muse2/muse/widgets/poslabel.cpp')
-rw-r--r--muse2/muse/widgets/poslabel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/muse2/muse/widgets/poslabel.cpp b/muse2/muse/widgets/poslabel.cpp
index 4ab7724c..98b790ad 100644
--- a/muse2/muse/widgets/poslabel.cpp
+++ b/muse2/muse/widgets/poslabel.cpp
@@ -25,8 +25,9 @@ extern int mtcType;
//---------------------------------------------------------
PosLabel::PosLabel(QWidget* parent, const char* name)
- : QLabel(parent, name)
+ : QLabel(parent)
{
+ setObjectName(name);
_tickValue = 0;
_sampleValue = 0;
_smpte = false;