diff options
Diffstat (limited to 'src/gui/editors/parameters/InstrumentParameterBox.cpp')
-rw-r--r-- | src/gui/editors/parameters/InstrumentParameterBox.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/editors/parameters/InstrumentParameterBox.cpp b/src/gui/editors/parameters/InstrumentParameterBox.cpp index b618bed..30c2f46 100644 --- a/src/gui/editors/parameters/InstrumentParameterBox.cpp +++ b/src/gui/editors/parameters/InstrumentParameterBox.cpp @@ -24,7 +24,7 @@ #include "InstrumentParameterBox.h" -#include <tqlayout.h> +#include <layout.h> #include <klocale.h> #include "misc/Debug.h" @@ -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); } |