summaryrefslogtreecommitdiffstats
path: root/tools/jsondb-client/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/jsondb-client/main.cpp')
-rw-r--r--tools/jsondb-client/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jsondb-client/main.cpp b/tools/jsondb-client/main.cpp
index aa575aba..1a1867f1 100644
--- a/tools/jsondb-client/main.cpp
+++ b/tools/jsondb-client/main.cpp
@@ -62,7 +62,7 @@ static void usage(const QString &name, int exitCode = 0)
int main(int argc, char * argv[])
{
// Hack to avoid making people specify a platform plugin.
- // We only need QGuiApplication so that we can use QDeclarativeEngine.
+ // We only need QGuiApplication so that we can use QQmlEngine.
bool platformSpecified = false;
for (int i = 0; i < argc; i++) {
if (strcmp(argv[i], "-platform") == 0)