diff options
Diffstat (limited to 'src/gui/editors/parameters/RosegardenParameterArea.cpp')
-rw-r--r-- | src/gui/editors/parameters/RosegardenParameterArea.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editors/parameters/RosegardenParameterArea.cpp b/src/gui/editors/parameters/RosegardenParameterArea.cpp index 1fc924e..9d717a1 100644 --- a/src/gui/editors/parameters/RosegardenParameterArea.cpp +++ b/src/gui/editors/parameters/RosegardenParameterArea.cpp @@ -88,7 +88,7 @@ void RosegardenParameterArea::addRosegardenParameterBox( m_scrollView->setMinimumWidth(std::max(m_scrollView->minimumWidth(), b->tqsizeHint().width()) + 8); - // Create a titled group box for the parameter box, tqparented by the + // Create a titled group box for the parameter box, parented by the // classic tqlayout widget, so that it can be used to provide a title // and outline, in classic mode. Add this container to an array that // parallels the above array of parameter boxes. |