summaryrefslogtreecommitdiff
path: root/Source/WebKit2/Shared/qt/WebEventFactoryQt.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Shared/qt/WebEventFactoryQt.h')
-rw-r--r--Source/WebKit2/Shared/qt/WebEventFactoryQt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebKit2/Shared/qt/WebEventFactoryQt.h b/Source/WebKit2/Shared/qt/WebEventFactoryQt.h
index deecc25d4..f1c24fb00 100644
--- a/Source/WebKit2/Shared/qt/WebEventFactoryQt.h
+++ b/Source/WebKit2/Shared/qt/WebEventFactoryQt.h
@@ -29,6 +29,8 @@
#include "WebEvent.h"
+QT_BEGIN_NAMESPACE
+
#if ENABLE(TOUCH_EVENTS)
class QTouchEvent;
#endif
@@ -37,6 +39,8 @@ class QMouseEvent;
class QWheelEvent;
class QKeyEvent;
+QT_END_NAMESPACE
+
namespace WebKit {
class WebEventFactory {