summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/Api/qwebelement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/Api/qwebelement.h')
-rw-r--r--WebKit/qt/Api/qwebelement.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/WebKit/qt/Api/qwebelement.h b/WebKit/qt/Api/qwebelement.h
index 156d24b..c488d12 100644
--- a/WebKit/qt/Api/qwebelement.h
+++ b/WebKit/qt/Api/qwebelement.h
@@ -20,11 +20,11 @@
#ifndef QWEBELEMENT_H
#define QWEBELEMENT_H
-#include <QString>
-#include <QStringList>
-#include <QRect>
-#include <QVariant>
-#include <QExplicitlySharedDataPointer>
+#include <QtCore/qstring.h>
+#include <QtCore/qstringlist.h>
+#include <QtCore/qrect.h>
+#include <QtCore/qvariant.h>
+#include <QtCore/qshareddata.h>
#include "qwebkitglobal.h"
namespace WebCore {
@@ -154,6 +154,7 @@ private:
static QWebElement enclosingElement(WebCore::Node*);
+ friend class DumpRenderTreeSupportQt;
friend class QWebFrame;
friend class QWebElementCollection;
friend class QWebHitTestResult;