diff options
author | Michele Calgaro <[email protected]> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/man/man3/tqcharref.3qt | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip |
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqcharref.3qt')
-rw-r--r-- | doc/man/man3/tqcharref.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqcharref.3qt b/doc/man/man3/tqcharref.3qt index 9427f0c8e..0bdff229a 100644 --- a/doc/man/man3/tqcharref.3qt +++ b/doc/man/man3/tqcharref.3qt @@ -1,5 +1,5 @@ '\" t -.TH QCharRef 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQCharRef 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,23 +7,23 @@ .ad l .nh .SH NAME -QCharRef \- Helper class for TQString +TQCharRef \- 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 <tqstring.h>\fR .PP .SH DESCRIPTION -The QCharRef class is a helper class for TQString. +The TQCharRef 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 TQChar. +When you get an object of type TQCharRef, 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 TQCharRef 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 TQChar member functions also exist in QCharRef. However, they are not explicitly documented here. +Most of the TQChar member functions also exist in TQCharRef. However, they are not explicitly documented here. .PP See also TQString::operator[](), TQString::at(), TQChar, and Text Related Classes. .SH "SEE ALSO" -.BR http://doc.trolltech.com/qcharref.html +.BR http://doc.trolltech.com/tqcharref.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |