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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gui/editors/parameters/InstrumentParameterPanel.h b/src/gui/editors/parameters/InstrumentParameterPanel.h
index 9a794d0..717ffd2 100644
--- a/src/gui/editors/parameters/InstrumentParameterPanel.h
+++ b/src/gui/editors/parameters/InstrumentParameterPanel.h
@@ -26,12 +26,12 @@
#ifndef _RG_INSTRUMENTPARAMETERPANEL_H_
#define _RG_INSTRUMENTPARAMETERPANEL_H_
-#include <qframe.h>
+#include <tqframe.h>
#include <vector>
#include <utility>
-class QWidget;
-class QLabel;
+class TQWidget;
+class TQLabel;
namespace Rosegarden
@@ -41,7 +41,7 @@ class RosegardenGUIDoc;
class Instrument;
class Rotary;
-typedef std::pair<Rotary *, QLabel *> RotaryPair;
+typedef std::pair<Rotary *, TQLabel *> RotaryPair;
typedef std::vector<std::pair<int, RotaryPair> > RotaryMap;
@@ -51,7 +51,7 @@ class InstrumentParameterPanel : public QFrame
{
Q_OBJECT
public:
- InstrumentParameterPanel(RosegardenGUIDoc *doc, QWidget* parent);
+ InstrumentParameterPanel(RosegardenGUIDoc *doc, TQWidget* parent);
virtual ~InstrumentParameterPanel() {};
@@ -66,7 +66,7 @@ signals:
protected:
//--------------- Data members ---------------------------------
- QLabel *m_instrumentLabel;
+ TQLabel *m_instrumentLabel;
Instrument *m_selectedInstrument;
RosegardenGUIDoc *m_doc;
};