aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/inputcontext/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/inputcontext/plugin.cpp')
-rw-r--r--src/imports/inputcontext/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/inputcontext/plugin.cpp b/src/imports/inputcontext/plugin.cpp
index a33aa479ae..70fed2e241 100644
--- a/src/imports/inputcontext/plugin.cpp
+++ b/src/imports/inputcontext/plugin.cpp
@@ -48,7 +48,7 @@
QT_BEGIN_NAMESPACE
-static QObject *createContext(QDeclarativeEngine *, QScriptEngine *)
+static QObject *createContext(QDeclarativeEngine *, QJSEngine *)
{
return new InputContextModule;
}