summaryrefslogtreecommitdiff
path: root/doc/src/examples/defaultprototypes.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/defaultprototypes.qdoc')
-rw-r--r--doc/src/examples/defaultprototypes.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/defaultprototypes.qdoc b/doc/src/examples/defaultprototypes.qdoc
index a98b277..4e63b5c 100644
--- a/doc/src/examples/defaultprototypes.qdoc
+++ b/doc/src/examples/defaultprototypes.qdoc
@@ -35,7 +35,7 @@
\image defaultprototypes-example.png
With QScriptEngine::setDefaultPrototype() you can specify
- a QtScript object that defines a scripting interface for
+ a Qt Script object that defines a scripting interface for
a C++ type; Qt Script operations on values of such types
will then be delegated to your prototype object. In this
example, a simple scripting interface for QListWidgetItem is