diff options
Diffstat (limited to 'src/gui/dialogs/EventParameterDialog.h')
-rw-r--r-- | src/gui/dialogs/EventParameterDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/EventParameterDialog.h b/src/gui/dialogs/EventParameterDialog.h index 848e44d..cfc71a9 100644 --- a/src/gui/dialogs/EventParameterDialog.h +++ b/src/gui/dialogs/EventParameterDialog.h @@ -44,9 +44,10 @@ namespace Rosegarden class EventParameterDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - EventParameterDialog(TQWidget *parent, + EventParameterDialog(TQWidget *tqparent, const TQString &name, // name const PropertyName &property, // property int startValue); // start |