summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/parameters/MIDIInstrumentParameterPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/parameters/MIDIInstrumentParameterPanel.h')
-rw-r--r--src/gui/editors/parameters/MIDIInstrumentParameterPanel.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/gui/editors/parameters/MIDIInstrumentParameterPanel.h b/src/gui/editors/parameters/MIDIInstrumentParameterPanel.h
index 7f1a1c5..22c0ba1 100644
--- a/src/gui/editors/parameters/MIDIInstrumentParameterPanel.h
+++ b/src/gui/editors/parameters/MIDIInstrumentParameterPanel.h
@@ -29,15 +29,15 @@
#include "base/MidiProgram.h"
#include "base/MidiDevice.h"
#include "InstrumentParameterPanel.h"
-#include <qstring.h>
+#include <tqstring.h>
-class QWidget;
-class QSignalMapper;
-class QLabel;
-class QGridLayout;
-class QFrame;
-class QCheckBox;
+class TQWidget;
+class TQSignalMapper;
+class TQLabel;
+class TQGridLayout;
+class TQFrame;
+class TQCheckBox;
class KComboBox;
@@ -54,7 +54,7 @@ class MIDIInstrumentParameterPanel : public InstrumentParameterPanel
Q_OBJECT
public:
- MIDIInstrumentParameterPanel(RosegardenGUIDoc *doc, QWidget* parent);
+ MIDIInstrumentParameterPanel(RosegardenGUIDoc *doc, TQWidget* parent);
void setupControllers(MidiDevice *); // setup ControlParameters on box
@@ -63,7 +63,7 @@ public:
void showAdditionalControls(bool showThem);
signals:
- void changeInstrumentLabel(InstrumentId id, QString label);
+ void changeInstrumentLabel(InstrumentId id, TQString label);
void instrumentParametersChanged(InstrumentId);
public slots:
@@ -102,7 +102,7 @@ protected:
//--------------- Data members ---------------------------------
- QLabel *m_connectionLabel;
+ TQLabel *m_connectionLabel;
KComboBox *m_bankValue;
KComboBox *m_variationValue;
@@ -110,20 +110,20 @@ protected:
KComboBox *m_programValue;
//KComboBox *m_channelInValue;
- QCheckBox *m_percussionCheckBox;
- QCheckBox *m_bankCheckBox;
- QCheckBox *m_variationCheckBox;
- QCheckBox *m_programCheckBox;
+ TQCheckBox *m_percussionCheckBox;
+ TQCheckBox *m_bankCheckBox;
+ TQCheckBox *m_variationCheckBox;
+ TQCheckBox *m_programCheckBox;
- QLabel *m_bankLabel;
- QLabel *m_variationLabel;
- QLabel *m_programLabel;
+ TQLabel *m_bankLabel;
+ TQLabel *m_variationLabel;
+ TQLabel *m_programLabel;
- QGridLayout *m_mainGrid;
- QFrame *m_rotaryFrame;
- QGridLayout *m_rotaryGrid;
+ TQGridLayout *m_mainGrid;
+ TQFrame *m_rotaryFrame;
+ TQGridLayout *m_rotaryGrid;
RotaryMap m_rotaries;
- QSignalMapper *m_rotaryMapper;
+ TQSignalMapper *m_rotaryMapper;
BankList m_banks;
ProgramList m_programs;