diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-08-04 14:04:55 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2009-08-04 14:05:44 (GMT) |
commit | 69f0ba079899970aa53351a7d6b864f0a2bb8343 (patch) | |
tree | 5de7ea05fad7c9641c7b4a2a927ff39243cbd891 /src/gui/egl | |
parent | b80a499764bf331880ff0c0d52670a419ec50feb (diff) | |
download | Qt-69f0ba079899970aa53351a7d6b864f0a2bb8343.zip Qt-69f0ba079899970aa53351a7d6b864f0a2bb8343.tar.gz Qt-69f0ba079899970aa53351a7d6b864f0a2bb8343.tar.bz2 |
Fix build on Harmattan
Diffstat (limited to 'src/gui/egl')
-rw-r--r-- | src/gui/egl/qegl_x11.cpp | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/gui/egl/qegl_x11.cpp b/src/gui/egl/qegl_x11.cpp index daaa4ba..6772592 100644 --- a/src/gui/egl/qegl_x11.cpp +++ b/src/gui/egl/qegl_x11.cpp @@ -39,15 +39,18 @@ ** ****************************************************************************/ +#include <QtCore/qdebug.h> + +#include <private/qt_x11_p.h> +#include <QtGui/qx11info_x11.h> +#include <private/qpixmapdata_p.h> +#include <private/qpixmap_x11_p.h> + #include <QtGui/qpaintdevice.h> #include <QtGui/qpixmap.h> #include <QtGui/qwidget.h> -#include <QtCore/qdebug.h> #include "qegl_p.h" -#include <QtGui/qx11info_x11.h> -#include <X11/Xlib.h> -#include <X11/Xutil.h> QT_BEGIN_NAMESPACE |