diff options
Diffstat (limited to 'muse2/muse/widgets/pasteeventsdialog.h')
-rw-r--r-- | muse2/muse/widgets/pasteeventsdialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/muse2/muse/widgets/pasteeventsdialog.h b/muse2/muse/widgets/pasteeventsdialog.h index 88971a84..59e6f52b 100644 --- a/muse2/muse/widgets/pasteeventsdialog.h +++ b/muse2/muse/widgets/pasteeventsdialog.h @@ -28,6 +28,8 @@ class Xml; +namespace MusEDialog { + class PasteEventsDialog : public QDialog, public Ui::PasteEventsDialogBase { Q_OBJECT @@ -61,5 +63,7 @@ class PasteEventsDialog : public QDialog, public Ui::PasteEventsDialogBase int exec(); }; +} // namespace MusEDialog + #endif |