diff options
author | Andreas Kling <andreas.kling@nokia.com> | 2011-06-10 08:37:53 (GMT) |
---|---|---|
committer | Andreas Kling <andreas.kling@nokia.com> | 2011-06-10 08:38:48 (GMT) |
commit | c017cd021bb0f3277db2165c21b62befcfe7773c (patch) | |
tree | da2b6ff6eb6aa139c13c0533b3dae0045c15cc86 /src | |
parent | c32c3d81365d4e50dc3ada11d6203983e6c7fdc4 (diff) | |
download | Qt-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.h | 2 |
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: |