summaryrefslogtreecommitdiffstats
path: root/src/gui/opengl/qopengltexturecache_p.h
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2012-02-14 16:39:08 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-15 17:05:45 +0100
commitb8342ad6fd1ab3363baf3468173aa9bcdf0616eb (patch)
tree9687caa4a41ffdda0d6845102b7a0b775c1c358b /src/gui/opengl/qopengltexturecache_p.h
parentb36ece3ff4ee516eab8f0f34c8e7f54d2fcee311 (diff)
Remove a couple of QtGui/QtGui header entries
Removed a couple of header entries since they were causing build problems on Mac. Additionally it is a bit much to include QtGui/QtGui in a private header file. Added in an include to QCache and QGradient which was necessary afterwards. Change-Id: I442efc799a4c81b50ec30d58f1aedfb08e686fcb Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui/opengl/qopengltexturecache_p.h')
-rw-r--r--src/gui/opengl/qopengltexturecache_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/opengl/qopengltexturecache_p.h b/src/gui/opengl/qopengltexturecache_p.h
index 549a2f4eab..8ff20e9464 100644
--- a/src/gui/opengl/qopengltexturecache_p.h
+++ b/src/gui/opengl/qopengltexturecache_p.h
@@ -55,7 +55,7 @@
#include <QHash>
#include <QObject>
-#include <QtGui/QtGui>
+#include <QCache>
#include <private/qopenglcontext_p.h>
#include <QtCore/qmutex.h>