Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@telenet.be>2020-07-16 18:12:47 +0200
committerStijn Buys <ingar@telenet.be>2020-07-16 18:12:47 +0200
commiteda02d2c1f898e4c02ccd2317973c2b8463a7037 (patch)
tree9e1c593c2f052d1dd2ba24fd8daab6b0fc73aec6 /src/mainwindow.h
parent1d4e93e3bd49c0b93eca7696092ee8b356bd6cae (diff)
Make it work with Qt5.HEADmaster
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h11
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__