From b35e0845dc9b3c8b9a5e52a682c769f383933fae Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:42:20 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro --- doc/application-walkthrough.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/application-walkthrough.doc') diff --git a/doc/application-walkthrough.doc b/doc/application-walkthrough.doc index e53c25bdc..10c052456 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. -- cgit v1.2.1