summaryrefslogtreecommitdiffstats
path: root/basicsuite/launchersettings
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2014-09-30 10:04:59 +0200
committerRainer Keller <rainer.keller@theqtcompany.com>2014-10-07 09:34:21 +0300
commitc30625567e506452f64f1db4db0e1e02bfa6ef1c (patch)
tree2bdf6cd476e9f378734a30dd7ab17d075b70ac0d /basicsuite/launchersettings
parent4d2aaee17f17ab866f06fe6e3f30a0edeb9de4d9 (diff)
Change URLs to qt.io
Change-Id: Ib106911de0365837b97bf4c5c374c97611a276cc Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
Diffstat (limited to 'basicsuite/launchersettings')
-rw-r--r--basicsuite/launchersettings/BrightnessController.qml2
-rw-r--r--basicsuite/launchersettings/NetworkController.qml2
-rw-r--r--basicsuite/launchersettings/PoweroffAction.qml2
-rw-r--r--basicsuite/launchersettings/RebootAction.qml2
-rw-r--r--basicsuite/launchersettings/SettingsButtonStyle.qml2
-rw-r--r--basicsuite/launchersettings/SettingsCheckBoxStyle.qml2
-rw-r--r--basicsuite/launchersettings/SettingsGroupBoxStyle.qml2
-rw-r--r--basicsuite/launchersettings/WifiGroupBox.qml2
-rw-r--r--basicsuite/launchersettings/WifiNetworkList.qml2
-rw-r--r--basicsuite/launchersettings/main.qml2
10 files changed, 10 insertions, 10 deletions
diff --git a/basicsuite/launchersettings/BrightnessController.qml b/basicsuite/launchersettings/BrightnessController.qml
index 777fa30..1d1abf8 100644
--- a/basicsuite/launchersettings/BrightnessController.qml
+++ b/basicsuite/launchersettings/BrightnessController.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.
**
diff --git a/basicsuite/launchersettings/NetworkController.qml b/basicsuite/launchersettings/NetworkController.qml
index 85a8de6..a1b9141 100644
--- a/basicsuite/launchersettings/NetworkController.qml
+++ b/basicsuite/launchersettings/NetworkController.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.
**
diff --git a/basicsuite/launchersettings/PoweroffAction.qml b/basicsuite/launchersettings/PoweroffAction.qml
index de8d33e..da65140 100644
--- a/basicsuite/launchersettings/PoweroffAction.qml
+++ b/basicsuite/launchersettings/PoweroffAction.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.
**
diff --git a/basicsuite/launchersettings/RebootAction.qml b/basicsuite/launchersettings/RebootAction.qml
index 4cd82ee..c99b2f5 100644
--- a/basicsuite/launchersettings/RebootAction.qml
+++ b/basicsuite/launchersettings/RebootAction.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.
**
diff --git a/basicsuite/launchersettings/SettingsButtonStyle.qml b/basicsuite/launchersettings/SettingsButtonStyle.qml
index 9d0b4b0..bebae48 100644
--- a/basicsuite/launchersettings/SettingsButtonStyle.qml
+++ b/basicsuite/launchersettings/SettingsButtonStyle.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.
**
diff --git a/basicsuite/launchersettings/SettingsCheckBoxStyle.qml b/basicsuite/launchersettings/SettingsCheckBoxStyle.qml
index 2f615b7..c7c55d0 100644
--- a/basicsuite/launchersettings/SettingsCheckBoxStyle.qml
+++ b/basicsuite/launchersettings/SettingsCheckBoxStyle.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.
**
diff --git a/basicsuite/launchersettings/SettingsGroupBoxStyle.qml b/basicsuite/launchersettings/SettingsGroupBoxStyle.qml
index 4758d2c..c5c71b5 100644
--- a/basicsuite/launchersettings/SettingsGroupBoxStyle.qml
+++ b/basicsuite/launchersettings/SettingsGroupBoxStyle.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.
**
diff --git a/basicsuite/launchersettings/WifiGroupBox.qml b/basicsuite/launchersettings/WifiGroupBox.qml
index 124a705..3ce35c9 100644
--- a/basicsuite/launchersettings/WifiGroupBox.qml
+++ b/basicsuite/launchersettings/WifiGroupBox.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.
**
diff --git a/basicsuite/launchersettings/WifiNetworkList.qml b/basicsuite/launchersettings/WifiNetworkList.qml
index 40f3874..bbc99b0 100644
--- a/basicsuite/launchersettings/WifiNetworkList.qml
+++ b/basicsuite/launchersettings/WifiNetworkList.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.
**
diff --git a/basicsuite/launchersettings/main.qml b/basicsuite/launchersettings/main.qml
index b1b1d3d..d067c91 100644
--- a/basicsuite/launchersettings/main.qml
+++ b/basicsuite/launchersettings/main.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.
**