diff options
Diffstat (limited to 'src/gui/dialogs/IntervalDialog.h')
-rw-r--r-- | src/gui/dialogs/IntervalDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/IntervalDialog.h b/src/gui/dialogs/IntervalDialog.h index d464731..3306fb4 100644 --- a/src/gui/dialogs/IntervalDialog.h +++ b/src/gui/dialogs/IntervalDialog.h @@ -49,7 +49,7 @@ class IntervalDialog : public KDialogBase Q_OBJECT TQ_OBJECT public: - IntervalDialog(TQWidget *tqparent, bool askChangeKey = false, bool askTransposeSegmentBack = false); + IntervalDialog(TQWidget *parent, bool askChangeKey = false, bool askTransposeSegmentBack = false); // Distance in semitones int getChromaticDistance(); |