diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2011-02-14 13:00:14 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2011-02-14 13:39:19 (GMT) |
commit | 5cda0ff17d82197de987b1c09959549995737b9c (patch) | |
tree | 1bbf89bba69ca5b08c9da91ecd38751815e3cdba /src/plugins/platforms/xlib/qglxintegration.h | |
parent | 29e009b19593bb42c65fd3a7e6646e929c514b44 (diff) | |
download | Qt-5cda0ff17d82197de987b1c09959549995737b9c.zip Qt-5cda0ff17d82197de987b1c09959549995737b9c.tar.gz Qt-5cda0ff17d82197de987b1c09959549995737b9c.tar.bz2 |
Lighthouse: fix qxlib include files after file-rename
Diffstat (limited to 'src/plugins/platforms/xlib/qglxintegration.h')
-rw-r--r-- | src/plugins/platforms/xlib/qglxintegration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/xlib/qglxintegration.h b/src/plugins/platforms/xlib/qglxintegration.h index f982708..81b48c9 100644 --- a/src/plugins/platforms/xlib/qglxintegration.h +++ b/src/plugins/platforms/xlib/qglxintegration.h @@ -42,7 +42,7 @@ #ifndef Q_GLX_CONTEXT_H #define Q_GLX_CONTEXT_H -#include "qtestlitewindow.h" +#include "qxlibwindow.h" #include <QtGui/QPlatformGLContext> #include <QtGui/QPlatformWindowFormat> |