diff options
Diffstat (limited to 'doc/man/man3/tqsocket.3qt')
-rw-r--r-- | doc/man/man3/tqsocket.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqsocket.3qt b/doc/man/man3/tqsocket.3qt index b68a07e2a..6f1f760f1 100644 --- a/doc/man/man3/tqsocket.3qt +++ b/doc/man/man3/tqsocket.3qt @@ -169,7 +169,7 @@ QSocket inherits QIODevice, and reimplements some functions. In general, you can .PP \fBWarning:\fR QSocket is not suitable for use in threads. If you need to uses sockets in threads use the lower-level QSocketDevice class. .PP -\fBWarning:\fR Because Qt doesn't use the native socketstream implementation on Mac OS X, QSocket has an implicit transfer latency of 100ms. You can achieve lower latency on Mac OS X by using QSocketDevice instead. +\fBWarning:\fR Because TQt doesn't use the native socketstream implementation on Mac OS X, QSocket has an implicit transfer latency of 100ms. You can achieve lower latency on Mac OS X by using QSocketDevice instead. .PP See also QSocketDevice, QHostAddress, QSocketNotifier, and Input/Output and Networking. .SS "Member Type Documentation" @@ -344,7 +344,7 @@ Example: network/mail/smtp.cpp. .SH "TQ_UINT16 QSocket::peerPort () const" Returns the peer's host port number, normally as specified to the connectToHost() function. If none has been set, this function returns 0. .PP -Note that Qt always uses native byte order, i.e. 67 is 67 in Qt; there is no need to call htons(). +Note that TQt always uses native byte order, i.e. 67 is 67 in Qt; there is no need to call htons(). .SH "TQ_UINT16 QSocket::port () const" Returns the host port number of this socket, in native byte order. .SH "int QSocket::putch ( int ch )\fC [virtual]\fR" @@ -459,8 +459,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. |