summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/parameters/InstrumentParameterPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/parameters/InstrumentParameterPanel.h')
-rw-r--r--src/gui/editors/parameters/InstrumentParameterPanel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/editors/parameters/InstrumentParameterPanel.h b/src/gui/editors/parameters/InstrumentParameterPanel.h
index 717ffd2..42ceee5 100644
--- a/src/gui/editors/parameters/InstrumentParameterPanel.h
+++ b/src/gui/editors/parameters/InstrumentParameterPanel.h
@@ -47,11 +47,12 @@ typedef std::vector<std::pair<int, RotaryPair> > RotaryMap;
////////////////////////////////////////////////////////////////////////
-class InstrumentParameterPanel : public QFrame
+class InstrumentParameterPanel : public TQFrame
{
Q_OBJECT
+ TQ_OBJECT
public:
- InstrumentParameterPanel(RosegardenGUIDoc *doc, TQWidget* parent);
+ InstrumentParameterPanel(RosegardenGUIDoc *doc, TQWidget* tqparent);
virtual ~InstrumentParameterPanel() {};