diff options
author | Trond Kjernåsen <trond@trolltech.com> | 2009-04-03 11:29:20 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond@trolltech.com> | 2009-04-03 11:29:20 (GMT) |
commit | dcff85182dda913b45867e27fde3f37e61ae86d6 (patch) | |
tree | 3bed3934f1c009aa8a758f6736b6fb13211200e4 /src/opengl | |
parent | d154911914ca8c98db623d558a4d85fe92c45550 (diff) | |
download | Qt-dcff85182dda913b45867e27fde3f37e61ae86d6.zip Qt-dcff85182dda913b45867e27fde3f37e61ae86d6.tar.gz Qt-dcff85182dda913b45867e27fde3f37e61ae86d6.tar.bz2 |
BT: Compilation on WinCE.
Reviewed-by: Kim
Diffstat (limited to 'src/opengl')
-rw-r--r-- | src/opengl/qglpixelbuffer_win.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opengl/qglpixelbuffer_win.cpp b/src/opengl/qglpixelbuffer_win.cpp index e81a576..e3228cc 100644 --- a/src/opengl/qglpixelbuffer_win.cpp +++ b/src/opengl/qglpixelbuffer_win.cpp @@ -43,7 +43,7 @@ #include <qgl.h> #include <private/qgl_p.h> -#include <qglpixelbuffer_p.h> +#include <private/qglpixelbuffer_p.h> #include <qimage.h> #include <qdebug.h> |