summaryrefslogtreecommitdiff
path: root/muse2/muse/cobject.h
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-11-22 02:57:00 +0000
committerTim E. Real <termtech@rogers.com>2010-11-22 02:57:00 +0000
commit7b646661584da97edbaedf4aeb8ccdb5ce7120ae (patch)
tree85255cfef745ba807ba0c9c5902cd85ff551da61 /muse2/muse/cobject.h
parent147b944d89c06c9cfe28d39ff2ba820c0cc4b83f (diff)
Ported View and MidiEditor classes. Fixed TopWin constructor.
Diffstat (limited to 'muse2/muse/cobject.h')
-rw-r--r--muse2/muse/cobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/cobject.h b/muse2/muse/cobject.h
index 4141d40c..9c0efdbd 100644
--- a/muse2/muse/cobject.h
+++ b/muse2/muse/cobject.h
@@ -29,7 +29,7 @@ class TopWin : public QMainWindow
virtual void readStatus(Xml&);
virtual void writeStatus(int, Xml&) const;
TopWin(QWidget* parent=0, const char* name=0,
- Qt::WFlags f = Qt::Window);
+ Qt::WindowFlags f = Qt::Window);
};
//---------------------------------------------------------