summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>2011-09-27 15:19:20 +0300
committerQt by Nokia <qt-info@nokia.com>2011-09-28 03:18:26 +0200
commite3bdcb1d62c8de4f13dfbeac1635dd82e0be5dff (patch)
tree09f8a5a6ee8858aa89f579e14a8bd0c87f3d7776 /src/gui/opengl
parenta85d343a39577cdf953d0759e356c59a77ae743f (diff)
Use module prefixed include paths, avoids warnings in configure.
Change-Id: I081fa49073da532647836ddd1087c0f5fcf32775 Reviewed-on: http://codereview.qt-project.org/5634 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui/opengl')
-rw-r--r--src/gui/opengl/qopengl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/opengl/qopengl.h b/src/gui/opengl/qopengl.h
index cef4277d6b..6edec3c6c1 100644
--- a/src/gui/opengl/qopengl.h
+++ b/src/gui/opengl/qopengl.h
@@ -42,7 +42,7 @@
#ifndef QOPENGL_H
#define QOPENGL_H
-#include <qglobal.h>
+#include <QtCore/qglobal.h>
QT_BEGIN_HEADER