summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/pitchlabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/widgets/pitchlabel.cpp')
-rw-r--r--muse2/muse/widgets/pitchlabel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/muse2/muse/widgets/pitchlabel.cpp b/muse2/muse/widgets/pitchlabel.cpp
index b1b9c1f1..1ab5aa8e 100644
--- a/muse2/muse/widgets/pitchlabel.cpp
+++ b/muse2/muse/widgets/pitchlabel.cpp
@@ -27,7 +27,7 @@
#include "pitchlabel.h"
#include "helper.h"
-namespace MusEWidget {
+namespace MusEGui {
//---------------------------------------------------------
// PitchLabel
@@ -83,7 +83,7 @@ void PitchLabel::setValue(int val)
_value = val;
QString s;
if (_pitchMode)
- s = MusEUtil::pitch2string(_value);
+ s = MusECore::pitch2string(_value);
else
s.sprintf("%d", _value);
setText(s);
@@ -112,4 +112,4 @@ void PitchLabel::setPitch(int val)
setValue(val);
}
-} // namespace MusEWidget
+} // namespace MusEGui