summaryrefslogtreecommitdiffstats
path: root/src/gui/dialogs/IntervalDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/dialogs/IntervalDialog.h')
-rw-r--r--src/gui/dialogs/IntervalDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/IntervalDialog.h b/src/gui/dialogs/IntervalDialog.h
index f08326b..d464731 100644
--- a/src/gui/dialogs/IntervalDialog.h
+++ b/src/gui/dialogs/IntervalDialog.h
@@ -47,8 +47,9 @@ class RosegardenGUIDoc;
class IntervalDialog : public KDialogBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- IntervalDialog(TQWidget *parent, bool askChangeKey = false, bool askTransposeSegmentBack = false);
+ IntervalDialog(TQWidget *tqparent, bool askChangeKey = false, bool askTransposeSegmentBack = false);
// Distance in semitones
int getChromaticDistance();