summaryrefslogtreecommitdiffstats
path: root/src/gui/editors/parameters/InstrumentParameterPanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/editors/parameters/InstrumentParameterPanel.cpp')
-rw-r--r--src/gui/editors/parameters/InstrumentParameterPanel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/parameters/InstrumentParameterPanel.cpp b/src/gui/editors/parameters/InstrumentParameterPanel.cpp
index d0f45d4..9cca26d 100644
--- a/src/gui/editors/parameters/InstrumentParameterPanel.cpp
+++ b/src/gui/editors/parameters/InstrumentParameterPanel.cpp
@@ -38,8 +38,8 @@ namespace Rosegarden
{
InstrumentParameterPanel::InstrumentParameterPanel(RosegardenGUIDoc *doc,
- TQWidget* tqparent)
- : TQFrame(tqparent),
+ TQWidget* parent)
+ : TQFrame(parent),
m_instrumentLabel(new KSqueezedTextLabel(this)),
m_selectedInstrument(0),
m_doc(doc)