diff options
Diffstat (limited to 'doc/man/man3/tqcstring.3qt')
-rw-r--r-- | doc/man/man3/tqcstring.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqcstring.3qt b/doc/man/man3/tqcstring.3qt index 4433a13ae..d4b5257ad 100644 --- a/doc/man/man3/tqcstring.3qt +++ b/doc/man/man3/tqcstring.3qt @@ -9,7 +9,7 @@ .SH NAME QCString \- Abstraction of the classic C zero-terminated char array (char *) .SH SYNOPSIS -All the functions in this class are reentrant when Qt is built with thread support.</p> +All the functions in this class are reentrant when TQt is built with thread support.</p> .PP \fC#include <ntqcstring.h>\fR .PP @@ -1042,7 +1042,7 @@ Reads a string into \fIstr\fR from the stream \fIs\fR. .PP See also Format of the QDataStream operators. .SH "void * tqmemmove ( void * dst, const void * src, uint len )" -This function is normally part of the C library. Qt implements memmove() for platforms that do not provide it. +This function is normally part of the C library. TQt implements memmove() for platforms that do not provide it. .PP memmove() copies \fIlen\fR bytes from \fIsrc\fR into \fIdst\fR. The data is copied correctly even if \fIsrc\fR and \fIdst\fR overlap. .SH "int qstrcmp ( const char * str1, const char * str2 )" @@ -1126,8 +1126,8 @@ If you find a bug in Qt, please report it as described in .BR http://doc.trolltech.com/bughowto.html . Good bug reports help us to help you. Thank you. .P -The definitive Qt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using Qt Assistant or with +The definitive TQt documentation is provided in HTML format; it is +located at $QTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. |