diff options
Diffstat (limited to 'src/gui/dialogs/KeySignatureDialog.h')
-rw-r--r-- | src/gui/dialogs/KeySignatureDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/KeySignatureDialog.h b/src/gui/dialogs/KeySignatureDialog.h index 2047ee7..96448d1 100644 --- a/src/gui/dialogs/KeySignatureDialog.h +++ b/src/gui/dialogs/KeySignatureDialog.h @@ -49,6 +49,7 @@ class NotePixmapFactory; class KeySignatureDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: enum ConversionType { @@ -57,7 +58,7 @@ public: Transpose }; - KeySignatureDialog(TQWidget *parent, + KeySignatureDialog(TQWidget *tqparent, NotePixmapFactory *npf, Clef clef, Rosegarden::Key defaultKey = |