diff options
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 4bf2ffb..66c63c2 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -9,12 +9,11 @@ #define __INCLUDED_EDITOR_MAINWINDOW__ #include <QtGui> - #include <QMainWindow> - -class QAction; -class QMenu; -class QMdiArea; +#include <QMdiSubWindow> +#include <QAction> +#include <QMenu> +#include <QMdiArea> namespace editor { @@ -71,4 +70,4 @@ private: } -#endif // __INCLUDED_EDITOR_MAINWINDOW__
\ No newline at end of file +#endif // __INCLUDED_EDITOR_MAINWINDOW__ |