diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-28 23:36:41 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-28 23:36:41 +0000 |
commit | 391632b0bd841331fac2540bedf54a5710da67d5 (patch) | |
tree | cade56f2b31915b7b1874bc50839cb8aa48ee576 /muse2/muse/master/masteredit.h | |
parent | 6ff11b785bf821f815c68982cdd71c4eb16ef766 (diff) |
ported to Qt4
Diffstat (limited to 'muse2/muse/master/masteredit.h')
-rw-r--r-- | muse2/muse/master/masteredit.h | 7 |
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; |