summaryrefslogtreecommitdiffstats
path: root/examples/webengine/quicknanobrowser/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/quicknanobrowser/util.h')
-rw-r--r--examples/webengine/quicknanobrowser/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/webengine/quicknanobrowser/util.h b/examples/webengine/quicknanobrowser/util.h
index bad41d6a7..bc1cf8beb 100644
--- a/examples/webengine/quicknanobrowser/util.h
+++ b/examples/webengine/quicknanobrowser/util.h
@@ -66,7 +66,7 @@ QUrl startupUrl()
if (ret.isValid())
return ret;
}
- return QUrl(QStringLiteral("http://qt-project.org/"));
+ return QUrl(QStringLiteral("http://qt.io/"));
}