diff --git a/doc/addressbook-sdk.qdoc b/doc/addressbook-sdk.qdoc index 24ac82abc7d..b3749b0e496 100644 --- a/doc/addressbook-sdk.qdoc +++ b/doc/addressbook-sdk.qdoc @@ -892,14 +892,10 @@ \section1 The AddressBook Class - We declare two public slots, \c saveToFile() and \c loadFromFile(), as well - as two QPushButton objects, \c loadButton and \c saveButton. + We declare two public slots, \c saveToFile() and \c loadFromFile(). # code - In our constructor, we instantiate \c loadButton and \c saveButton. - - Now lets look at the \c saveToFile() and \c loadFromFile() functions in detail. @@ -914,7 +910,7 @@ \snippet examples/addressbook-sdk/part6/addressbook.cpp saveToFile part1 - The file dialog that pops up is displayed in the screenshto below: + The file dialog that pops up is displayed in the screenshot below: #screenshot