diff options
author | Florian Jung <flo@windfisch.org> | 2011-09-14 14:12:25 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-09-14 14:12:25 +0000 |
commit | 350e8db071e6f5c8af34a6890b02096da826223c (patch) | |
tree | 580e2eaddc7ea9ede73fed95e35544f6e840114b /muse2/muse/widgets/pasteeventsdialog.h | |
parent | 539b0f88b82d7f0f9c625165c815cbbe19599b1c (diff) |
some cleanups
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 |