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/qvaluestack.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/qvaluestack.doc') diff --git a/doc/qvaluestack.doc b/doc/qvaluestack.doc index 0995ddee0..f94c5e7be 100644 --- a/doc/qvaluestack.doc +++ b/doc/qvaluestack.doc @@ -87,7 +87,7 @@ details. Some classes cannot be used within a QValueStack, for example - everything derived from QObject and thus all classes that + everything derived from TQObject and thus all classes that implement widgets. Only values can be used in a QValueStack. To qualify as a value, the class must provide \list -- cgit v1.2.1