summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqconststring.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqconststring.3qt')
-rw-r--r--doc/man/man3/tqconststring.3qt26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/man/man3/tqconststring.3qt b/doc/man/man3/tqconststring.3qt
index 887f7b76c..4c3e717d1 100644
--- a/doc/man/man3/tqconststring.3qt
+++ b/doc/man/man3/tqconststring.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QConstString 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQConstString 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,7 +7,7 @@
.ad l
.nh
.SH NAME
-QConstString \- String objects using constant Unicode data
+TQConstString \- String objects using constant Unicode data
.SH SYNOPSIS
All the functions in this class are reentrant when TQt is built with thread support.</p>
.PP
@@ -16,36 +16,36 @@ All the functions in this class are reentrant when TQt is built with thread supp
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQConstString\fR ( const TQChar * unicode, uint length )"
+.BI "\fBTQConstString\fR ( const TQChar * unicode, uint length )"
.br
.ti -1c
-.BI "\fB~QConstString\fR ()"
+.BI "\fB~TQConstString\fR ()"
.br
.ti -1c
.BI "const TQString & \fBstring\fR () const"
.br
.in -1c
.SH DESCRIPTION
-The QConstString class provides string objects using constant Unicode data.
+The TQConstString class provides string objects using constant Unicode data.
.PP
-In order to minimize copying, highly optimized applications can use QConstString to provide a TQString-compatible object from existing Unicode data. It is then the programmer's responsibility to ensure that the Unicode data exists for the entire lifetime of the QConstString object.
+In order to minimize copying, highly optimized applications can use TQConstString to provide a TQString-compatible object from existing Unicode data. It is then the programmer's responsibility to ensure that the Unicode data exists for the entire lifetime of the TQConstString object.
.PP
-A QConstString is created with the QConstString constructor. The string held by the object can be obtained by calling string().
+A TQConstString is created with the TQConstString constructor. The string held by the object can be obtained by calling string().
.PP
See also Text Related Classes.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QConstString::QConstString ( const TQChar * unicode, uint length )"
-Constructs a QConstString that uses the first \fIlength\fR Unicode characters in the array \fIunicode\fR. Any attempt to modify copies of the string will cause it to create a copy of the data, thus it remains forever unmodified.
+.SH "TQConstString::TQConstString ( const TQChar * unicode, uint length )"
+Constructs a TQConstString that uses the first \fIlength\fR Unicode characters in the array \fIunicode\fR. Any attempt to modify copies of the string will cause it to create a copy of the data, thus it remains forever unmodified.
.PP
The data in \fIunicode\fR is not copied. The caller must be able to guarantee that \fIunicode\fR will not be deleted or modified.
-.SH "QConstString::~QConstString ()"
-Destroys the QConstString, creating a copy of the data if other strings are still using it.
-.SH "const TQString & QConstString::string () const"
+.SH "TQConstString::~TQConstString ()"
+Destroys the TQConstString, creating a copy of the data if other strings are still using it.
+.SH "const TQString & TQConstString::string () const"
Returns a constant string referencing the data passed during
construction.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qconststring.html
+.BR http://doc.trolltech.com/tqconststring.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the