summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-01-25 20:40:36 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-26 00:36:00 +0100
commit19550797aa16ee60fc19fdaf90832b4895612226 (patch)
treea64ff6780e4d0162173065e7bfcebe6e81b57ff1 /examples
parentaaddb67d074dcf1965e6c07a7232dd688deac416 (diff)
downloadqtscript-19550797aa16ee60fc19fdaf90832b4895612226.tar.gz
Doc: Fix module name format
Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation QtScript -> Qt Script QtScriptTools -> Qt Script Tools Change-Id: Icf6b2ea3829247475f8902334b615f9a9206cc51 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/script/README2
-rw-r--r--examples/script/calculator/calculator.desktop2
-rw-r--r--examples/script/context2d/environment.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/script/README b/examples/script/README
index 60fe33c..9d37dec 100644
--- a/examples/script/README
+++ b/examples/script/README
@@ -1,4 +1,4 @@
-Qt is provided with a powerful embedded scripting environment through the QtScript
+Qt is provided with a powerful embedded scripting environment through the Qt Script
classes.
These examples demonstrate the fundamental aspects of scripting applications
diff --git a/examples/script/calculator/calculator.desktop b/examples/script/calculator/calculator.desktop
index 64d6f33..25c0820 100644
--- a/examples/script/calculator/calculator.desktop
+++ b/examples/script/calculator/calculator.desktop
@@ -3,7 +3,7 @@ Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
-Name=QtScript Calculator
+Name=Qt Script Calculator
Exec=/opt/usr/bin/calculator
Icon=calculator
X-Window-Icon=
diff --git a/examples/script/context2d/environment.cpp b/examples/script/context2d/environment.cpp
index bb811d8..4b55a79 100644
--- a/examples/script/context2d/environment.cpp
+++ b/examples/script/context2d/environment.cpp
@@ -368,7 +368,7 @@ bool Environment::hasIntervalTimers() const
return !m_intervalHash.isEmpty();
}
-// This is used by the Context2D QtScript benchmark.
+// This is used by the Context2D Qt Script benchmark.
void Environment::triggerTimers()
{
for (int x = 0; x < 2; ++x) {