summaryrefslogtreecommitdiff
path: root/muse2/muse/widgets/pitchlabel.cpp
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-10-28 00:03:09 +0000
committerTim E. Real <termtech@rogers.com>2010-10-28 00:03:09 +0000
commitff3cde3dfc18ed4214a8d5f79490469216ae2f71 (patch)
tree1cde9b04ecf607663af6047b16db936ce1326bd5 /muse2/muse/widgets/pitchlabel.cpp
parent7591e44b99f770272e47a54ebcf7affc2ee78c45 (diff)
Toolbars: Marker, list, master(s) windows. Fixes for others. Some new style headers fixes.
Diffstat (limited to 'muse2/muse/widgets/pitchlabel.cpp')
-rw-r--r--muse2/muse/widgets/pitchlabel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/muse2/muse/widgets/pitchlabel.cpp b/muse2/muse/widgets/pitchlabel.cpp
index 66af63fb..50b63410 100644
--- a/muse2/muse/widgets/pitchlabel.cpp
+++ b/muse2/muse/widgets/pitchlabel.cpp
@@ -5,8 +5,8 @@
// (C) Copyright 2001 Werner Schweer (ws@seh.de)
//=========================================================
-#include <qapplication.h>
-#include <qstyle.h>
+#include <QApplication>
+#include <QStyle>
//Added by qt3to4:
#include <QLabel>
#include "pitchedit.h"