diff options
Diffstat (limited to 'src/gui/dialogs/InterpretDialog.h')
-rw-r--r-- | src/gui/dialogs/InterpretDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/InterpretDialog.h b/src/gui/dialogs/InterpretDialog.h index 9859259..db5f0ac 100644 --- a/src/gui/dialogs/InterpretDialog.h +++ b/src/gui/dialogs/InterpretDialog.h @@ -41,8 +41,9 @@ namespace Rosegarden class InterpretDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - InterpretDialog(TQWidget *parent); + InterpretDialog(TQWidget *tqparent); // an OR from InterpretCommand's constants int getInterpretations(); |