summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/muse/widgets/utils.h')
-rw-r--r--muse2/muse/widgets/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/muse2/muse/widgets/utils.h b/muse2/muse/widgets/utils.h
index 6e4c8758..95b9a133 100644
--- a/muse2/muse/widgets/utils.h
+++ b/muse2/muse/widgets/utils.h
@@ -32,7 +32,7 @@ class QPointF;
class QColor;
class QPainterPath;
-namespace MusEUtil {
+namespace MusECore {
enum Corner { UpperLeft = 0x1, UpperRight = 0x2, LowerLeft = 0x4, LowerRight = 0x8 };
@@ -55,7 +55,7 @@ extern QPainterPath roundedPath(int x, int y, int w, int h, int xrad, int yrad,
extern QIcon colorRect(const QColor& color, int width, int height);
extern int get_paste_len();
-} // namespace MusEUtils
+} // namespace MusECores
#endif