summaryrefslogtreecommitdiffstats
path: root/doc/application-walkthrough.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-24 20:14:25 +0900
commitd73937a9f779e2aafa6c392f94c9c29aa32b78fd (patch)
treee2c52ad435e8cca696acae34b1f451e934675a64 /doc/application-walkthrough.doc
parenteb42871e999672a8fad5793733c58be05928c8ea (diff)
downloadtqt3-e446531489a27bd4831da865e088eccdea6a595f.tar.gz
tqt3-e446531489a27bd4831da865e088eccdea6a595f.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* versionr14.1.1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae)
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.