diff options
author | Gunnar Sletta <gunnar.sletta@nokia.com> | 2011-09-09 09:03:12 +0200 |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2011-09-09 09:06:32 +0200 |
commit | 2d41aff1e8557a43268bce631df834bfa79593cf (patch) | |
tree | cc84585711a6f1722d3c17e100a5813735964ab1 /src/gui/opengl | |
parent | 970df646691f1fd1f710156af7ddf10abd72df07 (diff) | |
download | qtbase-2d41aff1e8557a43268bce631df834bfa79593cf.tar.gz |
use QtGui/ based includes
Change-Id: I763bdba236aef25685d9d0fa2e02741c2f5c141e
Reviewed-on: http://codereview.qt-project.org/4507
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Diffstat (limited to 'src/gui/opengl')
-rw-r--r-- | src/gui/opengl/qopenglpaintdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/opengl/qopenglpaintdevice.h b/src/gui/opengl/qopenglpaintdevice.h index 0f11595ca8..9edc347b32 100644 --- a/src/gui/opengl/qopenglpaintdevice.h +++ b/src/gui/opengl/qopenglpaintdevice.h @@ -54,7 +54,7 @@ // -#include <qpaintdevice.h> +#include <QtGui/qpaintdevice.h> #include <QtGui/qopengl.h> #include <QtGui/qopenglcontext.h> |