summaryrefslogtreecommitdiff
path: root/doc/src/examples/containerextension.qdoc
diff options
context:
space:
mode:
authorFrederik Schwarzer <schwarzerf@gmail.com>2009-05-11 15:55:59 +0200
committerThiago Macieira <thiago.macieira@nokia.com>2009-05-18 16:23:59 +0200
commitd13162dd4695274dc4bdb286ce85bf198391d94b (patch)
treeb794ebb2096e488516f1ebd4b244186e9c32b487 /doc/src/examples/containerextension.qdoc
parente5755e131952ab5c3c8dd0fd6a88dbaa7148898a (diff)
downloadqt4-tools-d13162dd4695274dc4bdb286ce85bf198391d94b.tar.gz
Fix some typos in the documentation.
Usually, "the the" is not proper English Reviewed-By: Thiago Macieira
Diffstat (limited to 'doc/src/examples/containerextension.qdoc')
-rw-r--r--doc/src/examples/containerextension.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/containerextension.qdoc b/doc/src/examples/containerextension.qdoc
index a4fbceaace..6d29cf6924 100644
--- a/doc/src/examples/containerextension.qdoc
+++ b/doc/src/examples/containerextension.qdoc
@@ -305,7 +305,7 @@
MultiPageWidget class \l
{designer/containerextension/multipagewidget.cpp}{implementation}).
Finally, we implicitly force an update of the page's property
- sheet by calling the the
+ sheet by calling the
QDesignerPropertySheetExtension::setChanged() function.
\snippet examples/designer/containerextension/multipagewidgetplugin.cpp 4