summaryrefslogtreecommitdiffstats
path: root/doc/application-walkthrough.doc
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-14 22:33:41 -0600
committerTimothy Pearson <[email protected]>2011-11-14 22:33:41 -0600
commit0f92dd542b65bc910caaf190b7c623aa5158c86a (patch)
tree120ab7e08fa0ffc354ef58d100f79a33c92aa6e6 /doc/application-walkthrough.doc
parentd796c9dd933ab96ec83b9a634feedd5d32e1ba3f (diff)
downloadtqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.tar.gz
tqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.zip
Fix native TQt3 accidental conversion to tquit
Diffstat (limited to 'doc/application-walkthrough.doc')
-rw-r--r--doc/application-walkthrough.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/application-walkthrough.doc b/doc/application-walkthrough.doc
index e3a5aa6a8..4527eeba3 100644
--- a/doc/application-walkthrough.doc
+++ b/doc/application-walkthrough.doc
@@ -95,7 +95,7 @@ system caption to "Document 1", and \e show() it.
\target close
\printline connect
-When the application's last window is closed, it should tquit. Both
+When the application's last window is closed, it should quit. Both
the signal and the slot are predefined members of QApplication.
\printline exec
@@ -111,7 +111,7 @@ that QApplication returns when it leaves the event loop.
\quotefile application/application.cpp
-Since the implementation is tquite large (almost 300 lines) we
+Since the implementation is quite large (almost 300 lines) we
won't list the whole thing. (The source code is included in the
examples/application directory.) Before we start with the constructor
there are three \c{#include}s worth mentioning: