diff options
Diffstat (limited to 'src/gui/editors/parameters/AudioInstrumentParameterPanel.h')
-rw-r--r-- | src/gui/editors/parameters/AudioInstrumentParameterPanel.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/gui/editors/parameters/AudioInstrumentParameterPanel.h b/src/gui/editors/parameters/AudioInstrumentParameterPanel.h index 932e6bc..87da334 100644 --- a/src/gui/editors/parameters/AudioInstrumentParameterPanel.h +++ b/src/gui/editors/parameters/AudioInstrumentParameterPanel.h @@ -28,12 +28,12 @@ #include "base/MidiProgram.h" #include "InstrumentParameterPanel.h" -#include <qpixmap.h> -#include <qstring.h> +#include <tqpixmap.h> +#include <tqstring.h> -class QWidget; -class QColor; +class TQWidget; +class TQColor; namespace Rosegarden @@ -48,7 +48,7 @@ class AudioInstrumentParameterPanel : public InstrumentParameterPanel { Q_OBJECT public: - AudioInstrumentParameterPanel(RosegardenGUIDoc* doc, QWidget* parent); + AudioInstrumentParameterPanel(RosegardenGUIDoc* doc, TQWidget* parent); virtual void setupForInstrument(Instrument*); @@ -61,7 +61,7 @@ public: // Set the button colour // void setButtonColour(int pluginIndex, bool bypassState, - const QColor &color); + const TQColor &color); public slots: // From AudioFaderBox @@ -84,10 +84,10 @@ public slots: void slotSynthGUIButtonClicked(); signals: - void selectPlugin(QWidget *, InstrumentId, int index); + void selectPlugin(TQWidget *, InstrumentId, int index); void instrumentParametersChanged(InstrumentId); void showPluginGUI(InstrumentId, int index); - void changeInstrumentLabel(InstrumentId id, QString label); + void changeInstrumentLabel(InstrumentId id, TQString label); protected: //--------------- Data members --------------------------------- @@ -96,8 +96,8 @@ protected: private: - QPixmap m_monoPixmap; - QPixmap m_stereoPixmap; + TQPixmap m_monoPixmap; + TQPixmap m_stereoPixmap; }; |