diff options
Diffstat (limited to 'doc/application-walkthrough.doc')
-rw-r--r-- | doc/application-walkthrough.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/application-walkthrough.doc b/doc/application-walkthrough.doc index 3dcd87e10..443e6f86b 100644 --- a/doc/application-walkthrough.doc +++ b/doc/application-walkthrough.doc @@ -303,7 +303,7 @@ new \e ApplicationWindow and shows it. \printuntil } The \e choose() slot is connected to the \e Open menu item and -tool button. With a little help from \l QFileDialog::getOpenFileName(), it +tool button. With a little help from \l TQFileDialog::getOpenFileName(), it asks the user for a file name and then either loads that file or gives an error message in the statusbar. |