aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/qtquick1/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/qtquick1/tutorials')
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter1-basics/app.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter1-basics/main.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter1-basics/piechart.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter1-basics/piechart.h2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter2-methods/app.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter2-methods/main.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter2-methods/piechart.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter2-methods/piechart.h2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/app.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/main.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/piechart.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/piechart.h2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/app.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/main.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/piechart.h2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/pieslice.h2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/app.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/main.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/piechart.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/piechart.h2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/pieslice.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/pieslice.h2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/app.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chapter6-plugins.pro5
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chartsplugin.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chartsplugin.h2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/piechart.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/piechart.h2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/pieslice.cpp2
-rw-r--r--examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/pieslice.h2
-rw-r--r--examples/declarative/qtquick1/tutorials/helloworld/Cell.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/helloworld/tutorial1.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/helloworld/tutorial2.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/helloworld/tutorial3.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame1/Block.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame1/Button.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame1/samegame.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame2/Block.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame2/Button.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame2/samegame.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame3/Block.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame3/Button.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame3/Dialog.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame3/samegame.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame4/content/BoomBlock.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame4/content/Button.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame4/content/Dialog.qml2
-rw-r--r--examples/declarative/qtquick1/tutorials/samegame/samegame4/samegame.qml2
50 files changed, 49 insertions, 54 deletions
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/app.qml b/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/app.qml
index b0bab83977..938d0f64e6 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/app.qml
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/app.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/tutorials/extending/chapter1-basics/main.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/main.cpp
index b36d5d5567..b556e1f388 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/main.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/main.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/piechart.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/piechart.cpp
index 7e7299f232..0f5adb9847 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/piechart.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/piechart.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/piechart.h b/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/piechart.h
index 4f5199eb19..dd8e8b2bca 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/piechart.h
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter1-basics/piechart.h
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/app.qml b/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/app.qml
index c63a2632c5..8404731dfe 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/app.qml
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/app.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/tutorials/extending/chapter2-methods/main.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/main.cpp
index b36d5d5567..b556e1f388 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/main.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/main.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/piechart.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/piechart.cpp
index 7a0535e193..8bed297039 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/piechart.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/piechart.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/piechart.h b/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/piechart.h
index b3793915fb..0a1186448e 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/piechart.h
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter2-methods/piechart.h
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/app.qml b/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/app.qml
index 2a7fcfc490..0d5866bf19 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/app.qml
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/app.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/tutorials/extending/chapter3-bindings/main.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/main.cpp
index b36d5d5567..b556e1f388 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/main.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/main.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/piechart.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/piechart.cpp
index 725615115b..c1ff753890 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/piechart.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/piechart.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/piechart.h b/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/piechart.h
index 970d8344b4..93fc354127 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/piechart.h
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter3-bindings/piechart.h
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/app.qml b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/app.qml
index a4b658ab52..f3a48a4283 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/app.qml
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/app.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/tutorials/extending/chapter4-customPropertyTypes/main.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/main.cpp
index 912a469695..c5f524bc51 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/main.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/main.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp
index e26136e1c0..d387bb8a57 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/piechart.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/piechart.h b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/piechart.h
index 80d7e17598..e606ab5d90 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/piechart.h
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/piechart.h
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp
index 201791d092..57ebd47a96 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/pieslice.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/pieslice.h b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/pieslice.h
index e0ee9d79a2..4bc72ce66e 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/pieslice.h
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter4-customPropertyTypes/pieslice.h
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/app.qml b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/app.qml
index 86e5d6b8a2..682c0fbee0 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/app.qml
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/app.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/tutorials/extending/chapter5-listproperties/main.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/main.cpp
index a4819f15fd..ecc043ab89 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/main.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/main.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/piechart.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/piechart.cpp
index abbf0f5e09..88bb55f25e 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/piechart.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/piechart.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/piechart.h b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/piechart.h
index 4718f643fb..d973291a92 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/piechart.h
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/piechart.h
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/pieslice.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/pieslice.cpp
index 07614c7eff..14253fa969 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/pieslice.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/pieslice.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/pieslice.h b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/pieslice.h
index 7a0d08a569..bda305ec14 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/pieslice.h
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter5-listproperties/pieslice.h
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/app.qml b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/app.qml
index eda1b39935..6cba51eb8f 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/app.qml
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/app.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/tutorials/extending/chapter6-plugins/chapter6-plugins.pro b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
index 3533096b8b..4b3f4d1bcc 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
@@ -13,8 +13,3 @@ HEADERS += piechart.h \
SOURCES += piechart.cpp \
pieslice.cpp \
chartsplugin.cpp
-
-symbian {
- include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
- TARGET.EPOCALLOWDLLDATA = 1
-}
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chartsplugin.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chartsplugin.cpp
index d857041c0d..c3ab44eb35 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chartsplugin.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chartsplugin.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chartsplugin.h b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chartsplugin.h
index 604ce20b7b..89a5b9ea1e 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chartsplugin.h
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/chartsplugin.h
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/piechart.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/piechart.cpp
index 33d20d6f25..4ddb14b1e1 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/piechart.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/piechart.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/piechart.h b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/piechart.h
index d536447311..1cc1cf59c8 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/piechart.h
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/piechart.h
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/pieslice.cpp b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/pieslice.cpp
index 07614c7eff..14253fa969 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/pieslice.cpp
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/pieslice.cpp
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/pieslice.h b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/pieslice.h
index 2bfba3c201..560306b399 100644
--- a/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/pieslice.h
+++ b/examples/declarative/qtquick1/tutorials/extending/chapter6-plugins/pieslice.h
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/declarative/qtquick1/tutorials/helloworld/Cell.qml b/examples/declarative/qtquick1/tutorials/helloworld/Cell.qml
index b9b757d339..449b5da490 100644
--- a/examples/declarative/qtquick1/tutorials/helloworld/Cell.qml
+++ b/examples/declarative/qtquick1/tutorials/helloworld/Cell.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/tutorials/helloworld/tutorial1.qml b/examples/declarative/qtquick1/tutorials/helloworld/tutorial1.qml
index dc8b69ee2f..84ce9ef397 100644
--- a/examples/declarative/qtquick1/tutorials/helloworld/tutorial1.qml
+++ b/examples/declarative/qtquick1/tutorials/helloworld/tutorial1.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/tutorials/helloworld/tutorial2.qml b/examples/declarative/qtquick1/tutorials/helloworld/tutorial2.qml
index 07a71194f2..300812ee5d 100644
--- a/examples/declarative/qtquick1/tutorials/helloworld/tutorial2.qml
+++ b/examples/declarative/qtquick1/tutorials/helloworld/tutorial2.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/tutorials/helloworld/tutorial3.qml b/examples/declarative/qtquick1/tutorials/helloworld/tutorial3.qml
index 03d7da4857..fab6d0854b 100644
--- a/examples/declarative/qtquick1/tutorials/helloworld/tutorial3.qml
+++ b/examples/declarative/qtquick1/tutorials/helloworld/tutorial3.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/tutorials/samegame/samegame1/Block.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame1/Block.qml
index da3f2c2b58..cf4e6e1b4e 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame1/Block.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame1/Block.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/tutorials/samegame/samegame1/Button.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame1/Button.qml
index 59a860ba84..4fc0475ff6 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame1/Button.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame1/Button.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/tutorials/samegame/samegame1/samegame.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame1/samegame.qml
index 4291e9e923..6380dbe2fe 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame1/samegame.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame1/samegame.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/tutorials/samegame/samegame2/Block.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame2/Block.qml
index 9abaaddd47..19fa772fd2 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame2/Block.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame2/Block.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/tutorials/samegame/samegame2/Button.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame2/Button.qml
index 85aea89bd9..86edacd01a 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame2/Button.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame2/Button.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/tutorials/samegame/samegame2/samegame.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame2/samegame.qml
index a72765caf5..f0f0b2cf52 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame2/samegame.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame2/samegame.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/tutorials/samegame/samegame3/Block.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame3/Block.qml
index a2bff765f9..5bdc810f19 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame3/Block.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame3/Block.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/tutorials/samegame/samegame3/Button.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame3/Button.qml
index 85aea89bd9..86edacd01a 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame3/Button.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame3/Button.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/tutorials/samegame/samegame3/Dialog.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame3/Dialog.qml
index 6549bb0c2c..76e403bf7e 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame3/Dialog.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame3/Dialog.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/tutorials/samegame/samegame3/samegame.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame3/samegame.qml
index f313646dd7..f835a3d83d 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame3/samegame.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame3/samegame.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/tutorials/samegame/samegame4/content/BoomBlock.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame4/content/BoomBlock.qml
index 8bc9b97f11..0fad988a49 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame4/content/BoomBlock.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame4/content/BoomBlock.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/tutorials/samegame/samegame4/content/Button.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame4/content/Button.qml
index 85aea89bd9..86edacd01a 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame4/content/Button.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame4/content/Button.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/tutorials/samegame/samegame4/content/Dialog.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame4/content/Dialog.qml
index a8dc99ee64..71a3e441ce 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame4/content/Dialog.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame4/content/Dialog.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/tutorials/samegame/samegame4/samegame.qml b/examples/declarative/qtquick1/tutorials/samegame/samegame4/samegame.qml
index 310968b2ff..fcab8547b3 100644
--- a/examples/declarative/qtquick1/tutorials/samegame/samegame4/samegame.qml
+++ b/examples/declarative/qtquick1/tutorials/samegame/samegame4/samegame.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.
**