summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_p.h
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-05-06 12:08:34 (GMT)
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-05-06 12:08:34 (GMT)
commit7a5da4486708b096084fdaf83aba88f5d1b83e00 (patch)
tree94bea2f29141bb341b5c1bdfcf16dc55a3724ece /src/gui/kernel/qwidget_p.h
parent3383ca416a52e89acd251e9e0a2c92283d1eba2c (diff)
downloadQt-7a5da4486708b096084fdaf83aba88f5d1b83e00.zip
Qt-7a5da4486708b096084fdaf83aba88f5d1b83e00.tar.gz
Qt-7a5da4486708b096084fdaf83aba88f5d1b83e00.tar.bz2
fix QtOpenGL compilation, add missing include
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r--src/gui/kernel/qwidget_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h
index 2dd3061..2ab9ffe 100644
--- a/src/gui/kernel/qwidget_p.h
+++ b/src/gui/kernel/qwidget_p.h
@@ -60,6 +60,7 @@
#include "QtGui/qregion.h"
#include "QtGui/qsizepolicy.h"
#include "QtGui/qstyle.h"
+#include "QtGui/qevent.h"
#ifdef Q_WS_WIN
#include "QtCore/qt_windows.h"