summaryrefslogtreecommitdiffstats
path: root/experimental/qt5-intro-android/WebKitSlideContent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/qt5-intro-android/WebKitSlideContent.qml')
-rw-r--r--experimental/qt5-intro-android/WebKitSlideContent.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/qt5-intro-android/WebKitSlideContent.qml b/experimental/qt5-intro-android/WebKitSlideContent.qml
index ceb103f..3ba87c7 100644
--- a/experimental/qt5-intro-android/WebKitSlideContent.qml
+++ b/experimental/qt5-intro-android/WebKitSlideContent.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: For any questions to Digia, please use the contact form at
-** http://qt.digia.com/
+** http://www.qt.io
**
** This file is part of the examples of the Qt Enterprise Embedded.
**
@@ -77,7 +77,7 @@ Item {
anchors.top: browser.bottom;
anchors.horizontalCenter: browser.horizontalCenter
font.pixelSize: slide.height * 0.05;
- text: "http://qt.digia.com"
+ text: "http://www.qt.io"
onAccepted: browser.reload();
color: "white"