diff options
Diffstat (limited to 'src/gui/dialogs/CompositionLengthDialog.cpp')
-rw-r--r-- | src/gui/dialogs/CompositionLengthDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/CompositionLengthDialog.cpp b/src/gui/dialogs/CompositionLengthDialog.cpp index fb5fc21..85d2530 100644 --- a/src/gui/dialogs/CompositionLengthDialog.cpp +++ b/src/gui/dialogs/CompositionLengthDialog.cpp @@ -39,9 +39,9 @@ namespace Rosegarden { CompositionLengthDialog::CompositionLengthDialog( - TQWidget *tqparent, + TQWidget *parent, Composition *composition): - KDialogBase(tqparent, 0, true, i18n("Change Composition Length"), + KDialogBase(parent, 0, true, i18n("Change Composition Length"), Ok | Cancel), m_composition(composition) { |