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