summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcharref.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
committerMichele Calgaro <[email protected]>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqcharref.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqcharref.3qt')
-rw-r--r--doc/man/man3/tqcharref.3qt10
1 files changed, 5 insertions, 5 deletions
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.</p>
.PP
\fC#include <ntqstring.h>\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