From c017cd021bb0f3277db2165c21b62befcfe7773c Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 10 Jun 2011 10:37:53 +0200 Subject: Make the headers test pass by including QtGui/QColor instead of QColor. --- src/3rdparty/webkit/Source/WebKit/qt/Api/qwebkitplatformplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include #include #if defined(WTF_USE_QT_MULTIMEDIA) && WTF_USE_QT_MULTIMEDIA #include #endif +#include class QWebSelectData { public: -- cgit v0.12