summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qtwebengineglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/api/qtwebengineglobal.h')
-rw-r--r--src/webengine/api/qtwebengineglobal.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/webengine/api/qtwebengineglobal.h b/src/webengine/api/qtwebengineglobal.h
index f5fa479d9..e0842b009 100644
--- a/src/webengine/api/qtwebengineglobal.h
+++ b/src/webengine/api/qtwebengineglobal.h
@@ -55,11 +55,10 @@ QT_BEGIN_NAMESPACE
# define Q_WEBENGINE_EXPORT
#endif
-class Q_WEBENGINE_EXPORT QWebEngine
+namespace QtWebEngine
{
-public:
- static void initialize();
-};
+ Q_WEBENGINE_EXPORT void initialize();
+}
QT_END_NAMESPACE