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.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/application-walkthrough.doc b/doc/application-walkthrough.doc
index e53c25bd..10c05245 100644
--- a/doc/application-walkthrough.doc
+++ b/doc/application-walkthrough.doc
@@ -235,7 +235,7 @@ In case of the \e Close command, the signal is connected
to the \e close() slot of the respective \e ApplicationWindow object whilst
the \e Quit command affects the entire application.
-Because \e ApplicationWindow is a QWidget, the \e close() function
+Because \e ApplicationWindow is a TQWidget, the \e close() function
triggers a call to \link #closeEvent closeEvent()\endlink which we
will implement later.