Make component compile again.
[GB.QT4] * BUG: Make component compile again.
This commit is contained in:
parent
41af42c8d9
commit
1c44184a68
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
|||
#include <QMenu>
|
||||
#include <QKeyEvent>
|
||||
#include <QActionGroup>
|
||||
#include <QWindow>
|
||||
|
||||
#include "gambas.h"
|
||||
#include "gb_common.h"
|
||||
|
@ -36,6 +35,9 @@
|
|||
#include "CWindow.h"
|
||||
#include "CMenu.h"
|
||||
|
||||
#ifdef QT5
|
||||
#include <QWindow>
|
||||
#endif
|
||||
//#define DEBUG_MENU 1
|
||||
|
||||
DECLARE_EVENT(EVENT_Click);
|
||||
|
|
Loading…
Reference in a new issue