summaryrefslogtreecommitdiff
path: root/muse2/muse/master/masteredit.h
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-11-28 23:36:41 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-11-28 23:36:41 +0000
commit391632b0bd841331fac2540bedf54a5710da67d5 (patch)
treecade56f2b31915b7b1874bc50839cb8aa48ee576 /muse2/muse/master/masteredit.h
parent6ff11b785bf821f815c68982cdd71c4eb16ef766 (diff)
ported to Qt4
Diffstat (limited to 'muse2/muse/master/masteredit.h')
-rw-r--r--muse2/muse/master/masteredit.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/muse2/muse/master/masteredit.h b/muse2/muse/master/masteredit.h
index 62de4d58..9fa3bd6d 100644
--- a/muse2/muse/master/masteredit.h
+++ b/muse2/muse/master/masteredit.h
@@ -8,15 +8,14 @@
#ifndef __MASTER_EDIT_H__
#define __MASTER_EDIT_H__
-#include <QWidget>
-//Added by qt3to4:
-#include <QCloseEvent>
#include "midieditor.h"
#include "noteinfo.h"
#include "cobject.h"
-//#include <q3mainwindow.h>
+class QCloseEvent;
+class QToolBar;
class QToolButton;
+
class Master;
class ScrollScale;
class MTScale;