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/man/man3/tqcharref.3qt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/man/man3/tqcharref.3qt') diff --git a/doc/man/man3/tqcharref.3qt b/doc/man/man3/tqcharref.3qt index 95855f38b..210789e8b 100644 --- a/doc/man/man3/tqcharref.3qt +++ b/doc/man/man3/tqcharref.3qt @@ -7,20 +7,20 @@ .ad l .nh .SH NAME -QCharRef \- Helper class for QString +QCharRef \- Helper class for TQString .SH SYNOPSIS All the functions in this class are reentrant when TQt is built with thread support.

.PP \fC#include \fR .PP .SH DESCRIPTION -The QCharRef class is a helper class for QString. +The QCharRef class is a helper class for TQString. .PP -When you get an object of type QCharRef, if you can assign to it, the assignment will apply to the character in the string from which you got the reference. That is its whole purpose in life. The QCharRef becomes invalid once modifications are made to the string: if you want to keep the character, copy it into a QChar. +When you get an object of type QCharRef, if you can assign to it, the assignment will apply to the character in the string from which you got the reference. That is its whole purpose in life. The QCharRef becomes invalid once modifications are made to the string: if you want to keep the character, copy it into a TQChar. .PP -Most of the QChar member functions also exist in QCharRef. However, they are not explicitly documented here. +Most of the TQChar member functions also exist in QCharRef. However, they are not explicitly documented here. .PP -See also QString::operator[](), QString::at(), QChar, and Text Related Classes. +See also TQString::operator[](), TQString::at(), TQChar, and Text Related Classes. .SH "SEE ALSO" .BR http://doc.trolltech.com/qcharref.html -- cgit v1.2.1