summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-08 13:44:41 (GMT)
committerKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-08 13:44:53 (GMT)
commit76bcfd8fcd61164cec8abd04c0056e5aedb6c10b (patch)
treee4cfd7ad408f0c2d4a4ad227cf666e989bed817a /doc
parentd1a011fd63943b207b97bd0e50dcafe5de2119dc (diff)
downloadQt-76bcfd8fcd61164cec8abd04c0056e5aedb6c10b.zip
Qt-76bcfd8fcd61164cec8abd04c0056e5aedb6c10b.tar.gz
Qt-76bcfd8fcd61164cec8abd04c0056e5aedb6c10b.tar.bz2
Doc - fixed a typo
Reviewed-By: TrustMe
Diffstat (limited to 'doc')
-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 9a1af85..d0ffe99 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