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