summaryrefslogtreecommitdiff
path: root/src/gui/egl/qegl_wince.cpp
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2010-02-16 09:38:23 +0100
committerTom Cooksey <thomas.cooksey@nokia.com>2010-03-02 09:24:23 +0100
commit56d32b57814cb35409bc9b0076ec753de488ae7f (patch)
tree34c96cff78ea5cbfb128a72c2b9a86bf2e63a86b /src/gui/egl/qegl_wince.cpp
parentb2b9dc03fc01a8387e74591642fa15b272845e2b (diff)
downloadqt4-tools-56d32b57814cb35409bc9b0076ec753de488ae7f.tar.gz
Move qegl_p.h -> qeglcontext_p.h and add a new qegl_p.h
This puts the QEgl namespace in a single file which can be used by both qeglcontext and qeglproperties. Files which need QEglContext should now include qeglcontext_p.h. Reviewed-By: Aleksandar Sasha Babic
Diffstat (limited to 'src/gui/egl/qegl_wince.cpp')
-rw-r--r--src/gui/egl/qegl_wince.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/egl/qegl_wince.cpp b/src/gui/egl/qegl_wince.cpp
index c9c9773f99..00341ba4ff 100644
--- a/src/gui/egl/qegl_wince.cpp
+++ b/src/gui/egl/qegl_wince.cpp
@@ -42,7 +42,9 @@
#include <QtGui/qpaintdevice.h>
#include <QtGui/qpixmap.h>
#include <QtGui/qwidget.h>
+
#include "qegl_p.h"
+#include "qeglcontext_p.h"
#include <windows.h>