summaryrefslogtreecommitdiffstats
path: root/doc/application-walkthrough.doc
diff options
context:
space:
mode:
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 e3a5aa6a..4527eeba 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: