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.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/defaultprototypes.qdoc b/doc/src/examples/defaultprototypes.qdoc
index 40df6fc..4e63b5c 100644
--- a/doc/src/examples/defaultprototypes.qdoc
+++ b/doc/src/examples/defaultprototypes.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -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