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>
This commit is contained in:
Andy Shaw 2012-02-14 16:39:08 +01:00 committed by Qt by Nokia
parent b36ece3ff4
commit b8342ad6fd
2 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@
#include <QMultiHash>
#include <QObject>
#include <QtGui/QtGui>
#include <private/qopenglcontext_p.h>
#include <QtCore/qmutex.h>
#include <QGradient>
QT_BEGIN_NAMESPACE

View File

@ -55,7 +55,7 @@
#include <QHash>
#include <QObject>
#include <QtGui/QtGui>
#include <QCache>
#include <private/qopenglcontext_p.h>
#include <QtCore/qmutex.h>