diff options
Diffstat (limited to 'src/gui/editors/parameters/InstrumentParameterBox.cpp')
-rw-r--r-- | src/gui/editors/parameters/InstrumentParameterBox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/editors/parameters/InstrumentParameterBox.cpp b/src/gui/editors/parameters/InstrumentParameterBox.cpp index b618bed..a47edef 100644 --- a/src/gui/editors/parameters/InstrumentParameterBox.cpp +++ b/src/gui/editors/parameters/InstrumentParameterBox.cpp @@ -122,8 +122,8 @@ InstrumentParameterBox::InstrumentParameterBox(RosegardenGUIDoc *doc, // Layout the groups left to right. - TQBoxLayout* tqlayout = new TQVBoxLayout(this); - tqlayout->addWidget(m_widgetStack); + TQBoxLayout* layout = new TQVBoxLayout(this); + layout->addWidget(m_widgetStack); } |