diff options
Diffstat (limited to 'src/gui/dialogs/PasteNotationDialog.h')
-rw-r--r-- | src/gui/dialogs/PasteNotationDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/dialogs/PasteNotationDialog.h b/src/gui/dialogs/PasteNotationDialog.h index d604d0e..794661e 100644 --- a/src/gui/dialogs/PasteNotationDialog.h +++ b/src/gui/dialogs/PasteNotationDialog.h @@ -47,7 +47,7 @@ class PasteNotationDialog : public KDialogBase TQ_OBJECT public: - PasteNotationDialog(TQWidget *tqparent, + PasteNotationDialog(TQWidget *parent, PasteEventsCommand::PasteType defaultType); PasteEventsCommand::PasteType getPasteType() const; |