summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Kling <andreas.kling@nokia.com>2011-06-10 10:37:53 +0200
committerAndreas Kling <andreas.kling@nokia.com>2011-06-10 10:38:48 +0200
commitc017cd021bb0f3277db2165c21b62befcfe7773c (patch)
treeda2b6ff6eb6aa139c13c0533b3dae0045c15cc86
parentc32c3d81365d4e50dc3ada11d6203983e6c7fdc4 (diff)
Make the headers test pass by including QtGui/QColor instead of QColor.
-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 4db0c10c51..88b3465647 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: