summaryrefslogtreecommitdiff
path: root/muse2/muse/mplugins
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-11-09 03:28:50 +0000
committerTim E. Real <termtech@rogers.com>2010-11-09 03:28:50 +0000
commit6f006e0573dc0ec5cef0de2e9de9e9b09e3283ea (patch)
treee05bb34516d9ae3928d24833f7301f13ebc4f570 /muse2/muse/mplugins
parent8524da8e014372100b8ee4a579e3b8a4635c9a12 (diff)
Updated some window flags (stay on top, delete on close...)
Diffstat (limited to 'muse2/muse/mplugins')
-rw-r--r--muse2/muse/mplugins/rhythm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/mplugins/rhythm.h b/muse2/muse/mplugins/rhythm.h
index 013fba08..064948d8 100644
--- a/muse2/muse/mplugins/rhythm.h
+++ b/muse2/muse/mplugins/rhythm.h
@@ -185,7 +185,7 @@ class RhythmGen : public RhythmBase
public:
// virtual void OnMenuCommand(int id);
// virtual void OnSize(int w, int h);
- RhythmGen(QWidget* parent = 0, const char* name = 0, Qt::WFlags fo = Qt::WType_TopLevel);
+ RhythmGen(QWidget* parent = 0, const char* name = 0, Qt::WFlags fo = Qt::Window);
virtual ~RhythmGen();
// void OnPaint();
// void GenRhythm();