summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/TriggerSegmentDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/TriggerSegmentDialog.h')
-rw-r--r--src/gui/dialogs/TriggerSegmentDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/TriggerSegmentDialog.h b/src/gui/dialogs/TriggerSegmentDialog.h
index c71f34c..5dac0bb 100644
--- a/src/gui/dialogs/TriggerSegmentDialog.h
+++ b/src/gui/dialogs/TriggerSegmentDialog.h
@@ -45,9 +45,10 @@ class Composition;
class TriggerSegmentDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- TriggerSegmentDialog(TQWidget *parent, Composition *);
+ TriggerSegmentDialog(TQWidget *tqparent, Composition *);
TriggerSegmentId getId() const;
bool getRetune() const;