diff options
Diffstat (limited to 'src/gui/dialogs/CompositionLengthDialog.h')
-rw-r--r-- | src/gui/dialogs/CompositionLengthDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/CompositionLengthDialog.h b/src/gui/dialogs/CompositionLengthDialog.h index 03235d5..4140723 100644 --- a/src/gui/dialogs/CompositionLengthDialog.h +++ b/src/gui/dialogs/CompositionLengthDialog.h @@ -45,7 +45,7 @@ class CompositionLengthDialog : public KDialogBase Q_OBJECT TQ_OBJECT public: - CompositionLengthDialog(TQWidget *tqparent, + CompositionLengthDialog(TQWidget *parent, Composition *composition); timeT getStartMarker(); |