summaryrefslogtreecommitdiffstats
path: root/src/core/custom_protocol_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/custom_protocol_handler.cpp')
-rw-r--r--src/core/custom_protocol_handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/custom_protocol_handler.cpp b/src/core/custom_protocol_handler.cpp
index f140f98cf..fd1a4de41 100644
--- a/src/core/custom_protocol_handler.cpp
+++ b/src/core/custom_protocol_handler.cpp
@@ -43,7 +43,7 @@
namespace QtWebEngineCore {
-CustomProtocolHandler::CustomProtocolHandler(CustomUrlSchemeHandler *schemeHandler)
+CustomProtocolHandler::CustomProtocolHandler(QWebEngineUrlSchemeHandler *schemeHandler)
: m_schemeHandler(schemeHandler)
{
}