diff options
Diffstat (limited to 'WebKit/qt/WebCoreSupport/InspectorServerQt.h')
-rw-r--r-- | WebKit/qt/WebCoreSupport/InspectorServerQt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/qt/WebCoreSupport/InspectorServerQt.h b/WebKit/qt/WebCoreSupport/InspectorServerQt.h index 74e8c2f..922b63e 100644 --- a/WebKit/qt/WebCoreSupport/InspectorServerQt.h +++ b/WebKit/qt/WebCoreSupport/InspectorServerQt.h @@ -27,8 +27,10 @@ #include <QString> #include <wtf/Forward.h> +QT_BEGIN_NAMESPACE class QTcpServer; class QTcpSocket; +QT_END_NAMESPACE class QWebPage; namespace WebCore { |