summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-08 13:44:41 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-06-09 03:05:25 (GMT)
commita2730f89c93dd1fa0c187f56e1fc5712d2c613f9 (patch)
tree79fa26b0b27e33ffaad6b6469bcee73d88253067 /doc/src
parenta7d23cfba1215103c7e84bbf84a8832d52310895 (diff)
downloadQt-a2730f89c93dd1fa0c187f56e1fc5712d2c613f9.zip
Qt-a2730f89c93dd1fa0c187f56e1fc5712d2c613f9.tar.gz
Qt-a2730f89c93dd1fa0c187f56e1fc5712d2c613f9.tar.bz2
Doc - fixed a typo
Reviewed-By: TrustMe (cherry picked from commit 76bcfd8fcd61164cec8abd04c0056e5aedb6c10b)
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/tutorials/addressbook.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/tutorials/addressbook.qdoc b/doc/src/tutorials/addressbook.qdoc
index 379689a..b1e8548 100644
--- a/doc/src/tutorials/addressbook.qdoc
+++ b/doc/src/tutorials/addressbook.qdoc
@@ -643,11 +643,11 @@
\snippet tutorials/addressbook/part4/addressbook.cpp update interface() part 1
- For \c NavigationMode, however, we include conditions within the
- parameters of the QPushButton::setEnabled(). This is to ensure that
- the \c editButton and \c removeButton push buttons are enabled when there
- is at least one contact in the address book; \c nextButton and \c previousButton
- are only enabled when there is more than one contact in the address book.
+ For \c NavigationMode, however, we include conditions within the parameters
+ of the QPushButton::setEnabled() function. This is to ensure that
+ \c editButton and \c removeButton are enabled when there is at least one
+ contact in the address book; \c nextButton and \c previousButton are only
+ enabled when there is more than one contact in the address book.
\snippet tutorials/addressbook/part4/addressbook.cpp update interface() part 2