summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@openbossa.org>2011-06-28 21:13:25 +0000
committerAndreas Kling <andreas.kling@nokia.com>2011-06-28 23:21:58 +0200
commit85ba298af99c42adce62c68fcaef1055ceb228c1 (patch)
tree5689998f57164b01d8a288bd726b944ddabe7201
parent9e1df56fcb31fbf9f1ed034c5d477ca0600503ad (diff)
2011-06-28 Alexis Menard <alexis.menard@openbossa.org>
Reviewed by Andreas Kling. [Qt] Use <QtX/x.h> style of headers for Qt tests which rely on it. https://bugs.webkit.org/show_bug.cgi?id=63562 Some Qt auto-tests rely on <QtX/x.h> types of includes. * Api/qwebkitplatformplugin.h: * symbian/platformplugin/qwebkitplatformplugin.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@89958 268f45cc-cd09-0410-ab3c-d52691b4dbfc Signed-off-by: Alexis Menard <alexis.menard@nokia.com>
-rw-r--r--src/3rdparty/webkit/Source/WebKit/qt/Api/qwebkitplatformplugin.h4
-rw-r--r--src/3rdparty/webkit/Source/WebKit/qt/ChangeLog12
-rw-r--r--src/3rdparty/webkit/Source/WebKit/qt/symbian/platformplugin/qwebkitplatformplugin.h6
3 files changed, 17 insertions, 5 deletions
diff --git a/src/3rdparty/webkit/Source/WebKit/qt/Api/qwebkitplatformplugin.h b/src/3rdparty/webkit/Source/WebKit/qt/Api/qwebkitplatformplugin.h
index 88b3465647..1f628045bb 100644
--- a/src/3rdparty/webkit/Source/WebKit/qt/Api/qwebkitplatformplugin.h
+++ b/src/3rdparty/webkit/Source/WebKit/qt/Api/qwebkitplatformplugin.h
@@ -26,11 +26,11 @@
* and may be changed from version to version or even be completely removed.
*/
-#include <QObject>
-#include <QUrl>
#if defined(WTF_USE_QT_MULTIMEDIA) && WTF_USE_QT_MULTIMEDIA
#include <QMediaPlayer>
#endif
+#include <QtCore/QObject>
+#include <QtCore/QUrl>
#include <QtGui/QColor>
class QWebSelectData {
diff --git a/src/3rdparty/webkit/Source/WebKit/qt/ChangeLog b/src/3rdparty/webkit/Source/WebKit/qt/ChangeLog
index a14fe5e7ca..9a7d0e788b 100644
--- a/src/3rdparty/webkit/Source/WebKit/qt/ChangeLog
+++ b/src/3rdparty/webkit/Source/WebKit/qt/ChangeLog
@@ -2,6 +2,18 @@
Reviewed by Andreas Kling.
+ [Qt] Use <QtX/x.h> style of headers for Qt tests which rely on it.
+ https://bugs.webkit.org/show_bug.cgi?id=63562
+
+ Some Qt auto-tests rely on <QtX/x.h> types of includes.
+
+ * Api/qwebkitplatformplugin.h:
+ * symbian/platformplugin/qwebkitplatformplugin.h:
+
+2011-06-28 Alexis Menard <alexis.menard@openbossa.org>
+
+ Reviewed by Andreas Kling.
+
[Qt] Use QtQuick imports in Api tests rather than old deprecated Qt 4.x imports.
https://bugs.webkit.org/show_bug.cgi?id=63533
diff --git a/src/3rdparty/webkit/Source/WebKit/qt/symbian/platformplugin/qwebkitplatformplugin.h b/src/3rdparty/webkit/Source/WebKit/qt/symbian/platformplugin/qwebkitplatformplugin.h
index 4db0c10c51..1f628045bb 100644
--- a/src/3rdparty/webkit/Source/WebKit/qt/symbian/platformplugin/qwebkitplatformplugin.h
+++ b/src/3rdparty/webkit/Source/WebKit/qt/symbian/platformplugin/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 <QtCore/QObject>
+#include <QtCore/QUrl>
+#include <QtGui/QColor>
class QWebSelectData {
public: