diff options
Diffstat (limited to 'src/gui/dialogs/UseOrnamentDialog.h')
-rw-r--r-- | src/gui/dialogs/UseOrnamentDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/UseOrnamentDialog.h b/src/gui/dialogs/UseOrnamentDialog.h index 17e82b9..bbab171 100644 --- a/src/gui/dialogs/UseOrnamentDialog.h +++ b/src/gui/dialogs/UseOrnamentDialog.h @@ -49,9 +49,10 @@ class Composition; class UseOrnamentDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - UseOrnamentDialog(TQWidget *parent, Composition *); + UseOrnamentDialog(TQWidget *tqparent, Composition *); TriggerSegmentId getId() const; Mark getMark() const; |