summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2012-03-20 10:16:37 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-20 02:45:34 +0100
commitd86a88074b8143c04b21aeaa183569876830ed2b (patch)
treed9a8f7bea402fd10b3487d734609d876d37f630a /demos
parent19e869a73452308260f3e4877697f83e78d09f1b (diff)
Change vestiges of old name to new Qt3D naming.
Somehow these files had escaped the naming done previously and still had the old QtQuick3D. Change-Id: Ia84be39b4bd13977b96d14ac7ae17c140f6a5a47 Reviewed-by: Sergey Dubitskiy <sergey.dubitskiy@nokia.com> Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'demos')
-rw-r--r--demos/qt3d/cubehouse/shaders/depth.frag2
-rw-r--r--demos/qt3d/cubehouse/shaders/depth.vert2
-rw-r--r--demos/qt3d/cubehouse/shaders/depthTestShader.frag2
-rw-r--r--demos/qt3d/cubehouse/shaders/depthTestShader.vert2
-rw-r--r--demos/qt3d/photobrowser3d/launcher.cpp2
-rw-r--r--demos/qt3d/teaservice/per_pixel_lighting.fsh2
-rw-r--r--demos/qt3d/teaservice/per_pixel_lighting.vsh2
-rw-r--r--demos/quick3d/flickr3d/info.json2
-rw-r--r--demos/quick3d/qmlres.h2
-rw-r--r--demos/quick3d/robo_bounce/info.json2
-rw-r--r--demos/quick3d/tea_service/info.json2
11 files changed, 11 insertions, 11 deletions
diff --git a/demos/qt3d/cubehouse/shaders/depth.frag b/demos/qt3d/cubehouse/shaders/depth.frag
index 174bd924b..2875674a2 100644
--- a/demos/qt3d/cubehouse/shaders/depth.frag
+++ b/demos/qt3d/cubehouse/shaders/depth.frag
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/demos/qt3d/cubehouse/shaders/depth.vert b/demos/qt3d/cubehouse/shaders/depth.vert
index ca9c6440f..6d9527cdb 100644
--- a/demos/qt3d/cubehouse/shaders/depth.vert
+++ b/demos/qt3d/cubehouse/shaders/depth.vert
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/demos/qt3d/cubehouse/shaders/depthTestShader.frag b/demos/qt3d/cubehouse/shaders/depthTestShader.frag
index 85845efb3..2e438a6c3 100644
--- a/demos/qt3d/cubehouse/shaders/depthTestShader.frag
+++ b/demos/qt3d/cubehouse/shaders/depthTestShader.frag
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/demos/qt3d/cubehouse/shaders/depthTestShader.vert b/demos/qt3d/cubehouse/shaders/depthTestShader.vert
index 73c914f95..ff12cdab5 100644
--- a/demos/qt3d/cubehouse/shaders/depthTestShader.vert
+++ b/demos/qt3d/cubehouse/shaders/depthTestShader.vert
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/demos/qt3d/photobrowser3d/launcher.cpp b/demos/qt3d/photobrowser3d/launcher.cpp
index d1f15167b..0da51cfd9 100644
--- a/demos/qt3d/photobrowser3d/launcher.cpp
+++ b/demos/qt3d/photobrowser3d/launcher.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/demos/qt3d/teaservice/per_pixel_lighting.fsh b/demos/qt3d/teaservice/per_pixel_lighting.fsh
index 2cab8cd4d..ec1b383a2 100644
--- a/demos/qt3d/teaservice/per_pixel_lighting.fsh
+++ b/demos/qt3d/teaservice/per_pixel_lighting.fsh
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/demos/qt3d/teaservice/per_pixel_lighting.vsh b/demos/qt3d/teaservice/per_pixel_lighting.vsh
index dc28215cf..9137b2352 100644
--- a/demos/qt3d/teaservice/per_pixel_lighting.vsh
+++ b/demos/qt3d/teaservice/per_pixel_lighting.vsh
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/demos/quick3d/flickr3d/info.json b/demos/quick3d/flickr3d/info.json
index 47373360d..261106e88 100644
--- a/demos/quick3d/flickr3d/info.json
+++ b/demos/quick3d/flickr3d/info.json
@@ -7,7 +7,7 @@
"Subcategory": "utility",
"MainQML": "mt.qml",
"Version": "1.0",
- "Identifier": "com.nokia.qtquick3d.flickr3d",
+ "Identifier": "com.nokia.qt3d.flickr3d",
"Summary": "Flickr3d QML Demo"
}
}
diff --git a/demos/quick3d/qmlres.h b/demos/quick3d/qmlres.h
index f7f5053cb..7d9ca3c0b 100644
--- a/demos/quick3d/qmlres.h
+++ b/demos/quick3d/qmlres.h
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/demos/quick3d/robo_bounce/info.json b/demos/quick3d/robo_bounce/info.json
index 69c348d41..f6b579517 100644
--- a/demos/quick3d/robo_bounce/info.json
+++ b/demos/quick3d/robo_bounce/info.json
@@ -7,7 +7,7 @@
"Subcategory": "utility",
"MainQML": "mt.qml",
"Version": "1.0",
- "Identifier": "com.nokia.qtquick3d.robobounce",
+ "Identifier": "com.nokia.qt3d.robobounce",
"Summary": "Robo Bounce QML Demo"
}
}
diff --git a/demos/quick3d/tea_service/info.json b/demos/quick3d/tea_service/info.json
index 7cef97c87..c0cba1e74 100644
--- a/demos/quick3d/tea_service/info.json
+++ b/demos/quick3d/tea_service/info.json
@@ -7,7 +7,7 @@
"Subcategory": "utility",
"MainQML": "mt.qml",
"Version": "1.0",
- "Identifier": "com.nokia.qtquick3d.teaserviceqml",
+ "Identifier": "com.nokia.qt3d.teaserviceqml",
"Summary": "Tea Service QML Demo"
}
}