summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-06-08 15:44:41 +0200
committerJason McDonald <jason.mcdonald@nokia.com>2009-06-09 13:05:25 +1000
commita2730f89c93dd1fa0c187f56e1fc5712d2c613f9 (patch)
tree79fa26b0b27e33ffaad6b6469bcee73d88253067
parenta7d23cfba1215103c7e84bbf84a8832d52310895 (diff)
Doc - fixed a typo
Reviewed-By: TrustMe (cherry picked from commit 76bcfd8fcd61164cec8abd04c0056e5aedb6c10b)
-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 379689af34..b1e8548ced 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