summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcharref.3qt
diff options
context:
space:
mode:
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 95855f38..210789e8 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