summaryrefslogtreecommitdiff
path: root/muse2/muse/vst.h
diff options
context:
space:
mode:
authorOrcan Ogetbil <oget.fedora@gmail.com>2010-11-28 02:49:05 +0000
committerOrcan Ogetbil <oget.fedora@gmail.com>2010-11-28 02:49:05 +0000
commit24fe49ade1524c1c2b4a6e97d7281457ece4912c (patch)
tree6e5fcccfc17f647ecfcb97c5192e6a53f838ad13 /muse2/muse/vst.h
parent460049b88bcd2aa374895a0fdaac2608f25418a8 (diff)
See ChangeLog
Diffstat (limited to 'muse2/muse/vst.h')
-rw-r--r--muse2/muse/vst.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/muse2/muse/vst.h b/muse2/muse/vst.h
index 38585e8e..ef3c6f11 100644
--- a/muse2/muse/vst.h
+++ b/muse2/muse/vst.h
@@ -9,8 +9,8 @@
#define __VST_H__
#include "synth.h"
-//Added by qt3to4:
-#include <Q3PopupMenu>
+
+#include <QMenu>
struct _FSTHandle;
struct _FST;
@@ -71,7 +71,7 @@ class VstSynthIF : public SynthIF
virtual void deactivate3();
virtual const char* getPatchName(int, int, int, bool) const { return ""; }
virtual const char* getPatchName(int, int, MType, bool) { return ""; }
- virtual void populatePatchPopup(Q3PopupMenu*, int, MType, bool) {};
+ virtual void populatePatchPopup(QMenu*, int, MType, bool) {};
virtual void write(int level, Xml& xml) const;
virtual float getParameter(unsigned long idx) const;
virtual void setParameter(unsigned long idx, float value);