summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Kling <andreas.kling@nokia.com>2011-06-10 08:37:53 (GMT)
committerAndreas Kling <andreas.kling@nokia.com>2011-06-10 08:38:48 (GMT)
commitc017cd021bb0f3277db2165c21b62befcfe7773c (patch)
treeda2b6ff6eb6aa139c13c0533b3dae0045c15cc86 /src
parentc32c3d81365d4e50dc3ada11d6203983e6c7fdc4 (diff)
downloadQt-c017cd021bb0f3277db2165c21b62befcfe7773c.zip
Qt-c017cd021bb0f3277db2165c21b62befcfe7773c.tar.gz
Qt-c017cd021bb0f3277db2165c21b62befcfe7773c.tar.bz2
Make the headers test pass by including QtGui/QColor instead of QColor.
Diffstat (limited to 'src')
-rw-r--r--src/3rdparty/webkit/Source/WebKit/qt/Api/qwebkitplatformplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/webkit/Source/WebKit/qt/Api/qwebkitplatformplugin.h b/src/3rdparty/webkit/Source/WebKit/qt/Api/qwebkitplatformplugin.h
index 4db0c10..88b3465 100644
--- a/src/3rdparty/webkit/Source/WebKit/qt/Api/qwebkitplatformplugin.h
+++ b/src/3rdparty/webkit/Source/WebKit/qt/Api/qwebkitplatformplugin.h
@@ -26,12 +26,12 @@
* and may be changed from version to version or even be completely removed.
*/
-#include <QColor>
#include <QObject>
#include <QUrl>
#if defined(WTF_USE_QT_MULTIMEDIA) && WTF_USE_QT_MULTIMEDIA
#include <QMediaPlayer>
#endif
+#include <QtGui/QColor>
class QWebSelectData {
public: