aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/ui-components
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/qtquick1/ui-components')
-rw-r--r--examples/declarative/qtquick1/ui-components/dialcontrol/content/Dial.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/dialcontrol/content/QuitButton.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/dialcontrol/dialcontrol.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/flipable/content/Card.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/flipable/flipable.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/progressbar/content/ProgressBar.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/progressbar/main.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/scrollbar/ScrollBar.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/scrollbar/main.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/searchbox/SearchBox.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/searchbox/main.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/slideswitch/content/Switch.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/slideswitch/slideswitch.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/spinner/content/Spinner.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/spinner/main.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/tabwidget/TabWidget.qml2
-rw-r--r--examples/declarative/qtquick1/ui-components/tabwidget/main.qml2
17 files changed, 17 insertions, 17 deletions
diff --git a/examples/declarative/qtquick1/ui-components/dialcontrol/content/Dial.qml b/examples/declarative/qtquick1/ui-components/dialcontrol/content/Dial.qml
index fa97d0cc91..40b6e2eb50 100644
--- a/examples/declarative/qtquick1/ui-components/dialcontrol/content/Dial.qml
+++ b/examples/declarative/qtquick1/ui-components/dialcontrol/content/Dial.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/dialcontrol/content/QuitButton.qml b/examples/declarative/qtquick1/ui-components/dialcontrol/content/QuitButton.qml
index c476b2b443..c0338cccfa 100644
--- a/examples/declarative/qtquick1/ui-components/dialcontrol/content/QuitButton.qml
+++ b/examples/declarative/qtquick1/ui-components/dialcontrol/content/QuitButton.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/dialcontrol/dialcontrol.qml b/examples/declarative/qtquick1/ui-components/dialcontrol/dialcontrol.qml
index 2616508f6f..e9fa01ab3f 100644
--- a/examples/declarative/qtquick1/ui-components/dialcontrol/dialcontrol.qml
+++ b/examples/declarative/qtquick1/ui-components/dialcontrol/dialcontrol.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/flipable/content/Card.qml b/examples/declarative/qtquick1/ui-components/flipable/content/Card.qml
index d49306f753..519bd27b4e 100644
--- a/examples/declarative/qtquick1/ui-components/flipable/content/Card.qml
+++ b/examples/declarative/qtquick1/ui-components/flipable/content/Card.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/flipable/flipable.qml b/examples/declarative/qtquick1/ui-components/flipable/flipable.qml
index 98be7132dd..bdea501f6d 100644
--- a/examples/declarative/qtquick1/ui-components/flipable/flipable.qml
+++ b/examples/declarative/qtquick1/ui-components/flipable/flipable.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/progressbar/content/ProgressBar.qml b/examples/declarative/qtquick1/ui-components/progressbar/content/ProgressBar.qml
index f0b147320b..e39637b072 100644
--- a/examples/declarative/qtquick1/ui-components/progressbar/content/ProgressBar.qml
+++ b/examples/declarative/qtquick1/ui-components/progressbar/content/ProgressBar.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/progressbar/main.qml b/examples/declarative/qtquick1/ui-components/progressbar/main.qml
index 200311fbe9..988d83e1aa 100644
--- a/examples/declarative/qtquick1/ui-components/progressbar/main.qml
+++ b/examples/declarative/qtquick1/ui-components/progressbar/main.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/scrollbar/ScrollBar.qml b/examples/declarative/qtquick1/ui-components/scrollbar/ScrollBar.qml
index 5b1c539435..db1f284177 100644
--- a/examples/declarative/qtquick1/ui-components/scrollbar/ScrollBar.qml
+++ b/examples/declarative/qtquick1/ui-components/scrollbar/ScrollBar.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/scrollbar/main.qml b/examples/declarative/qtquick1/ui-components/scrollbar/main.qml
index d666818fbb..26c6241eec 100644
--- a/examples/declarative/qtquick1/ui-components/scrollbar/main.qml
+++ b/examples/declarative/qtquick1/ui-components/scrollbar/main.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/searchbox/SearchBox.qml b/examples/declarative/qtquick1/ui-components/searchbox/SearchBox.qml
index 0f7a6c172d..0afa5f536a 100644
--- a/examples/declarative/qtquick1/ui-components/searchbox/SearchBox.qml
+++ b/examples/declarative/qtquick1/ui-components/searchbox/SearchBox.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/searchbox/main.qml b/examples/declarative/qtquick1/ui-components/searchbox/main.qml
index 8092c6e7d9..ada37a7fae 100644
--- a/examples/declarative/qtquick1/ui-components/searchbox/main.qml
+++ b/examples/declarative/qtquick1/ui-components/searchbox/main.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/slideswitch/content/Switch.qml b/examples/declarative/qtquick1/ui-components/slideswitch/content/Switch.qml
index 36f49ee07d..378bf6fed0 100644
--- a/examples/declarative/qtquick1/ui-components/slideswitch/content/Switch.qml
+++ b/examples/declarative/qtquick1/ui-components/slideswitch/content/Switch.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/slideswitch/slideswitch.qml b/examples/declarative/qtquick1/ui-components/slideswitch/slideswitch.qml
index ede89ea807..b223abc878 100644
--- a/examples/declarative/qtquick1/ui-components/slideswitch/slideswitch.qml
+++ b/examples/declarative/qtquick1/ui-components/slideswitch/slideswitch.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/spinner/content/Spinner.qml b/examples/declarative/qtquick1/ui-components/spinner/content/Spinner.qml
index 1a50d0ee2d..bb53e02697 100644
--- a/examples/declarative/qtquick1/ui-components/spinner/content/Spinner.qml
+++ b/examples/declarative/qtquick1/ui-components/spinner/content/Spinner.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/spinner/main.qml b/examples/declarative/qtquick1/ui-components/spinner/main.qml
index bfda0774de..671ad77456 100644
--- a/examples/declarative/qtquick1/ui-components/spinner/main.qml
+++ b/examples/declarative/qtquick1/ui-components/spinner/main.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/tabwidget/TabWidget.qml b/examples/declarative/qtquick1/ui-components/tabwidget/TabWidget.qml
index 0c31063a4b..01ae233929 100644
--- a/examples/declarative/qtquick1/ui-components/tabwidget/TabWidget.qml
+++ b/examples/declarative/qtquick1/ui-components/tabwidget/TabWidget.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/ui-components/tabwidget/main.qml b/examples/declarative/qtquick1/ui-components/tabwidget/main.qml
index 3334fb740a..3782be1f49 100644
--- a/examples/declarative/qtquick1/ui-components/tabwidget/main.qml
+++ b/examples/declarative/qtquick1/ui-components/tabwidget/main.qml
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Toolkit.
**