diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-09-23 12:42:20 +0900 |
commit | b35e0845dc9b3c8b9a5e52a682c769f383933fae (patch) | |
tree | e4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqhostaddress.3qt | |
parent | 1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff) | |
download | tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip |
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqhostaddress.3qt')
-rw-r--r-- | doc/man/man3/tqhostaddress.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqhostaddress.3qt b/doc/man/man3/tqhostaddress.3qt index af45b0c89..3c3bf83c0 100644 --- a/doc/man/man3/tqhostaddress.3qt +++ b/doc/man/man3/tqhostaddress.3qt @@ -41,7 +41,7 @@ QHostAddress \- IP address .BI "void \fBsetAddress\fR ( TQ_UINT8 * ip6Addr )" .br .ti -1c -.BI "bool \fBsetAddress\fR ( const QString & address )" +.BI "bool \fBsetAddress\fR ( const TQString & address )" .br .ti -1c .BI "bool isIp4Addr () const \fI(obsolete)\fR" @@ -62,7 +62,7 @@ QHostAddress \- IP address .BI "Q_IPV6ADDR \fBtoIPv6Address\fR () const" .br .ti -1c -.BI "QString \fBtoString\fR () const" +.BI "TQString \fBtoString\fR () const" .br .ti -1c .BI "bool \fBoperator==\fR ( const QHostAddress & other ) const" @@ -122,7 +122,7 @@ This is an overloaded member function, provided for convenience. It behaves esse Set the IPv6 address specified by \fIip6Addr\fR. .PP \fIip6Addr\fR must be a 16 byte array in network byte order (high-order byte first). -.SH "bool QHostAddress::setAddress ( const QString & address )" +.SH "bool QHostAddress::setAddress ( const TQString & address )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Sets the IPv4 or IPv6 address specified by the string representation \fIaddress\fR (e.g. "127.0.0.1"). Returns TRUE and sets the address if the address was successfully parsed; otherwise returns FALSE and leaves the address unchanged. @@ -155,7 +155,7 @@ Returns the IPv6 address as a Q_IPV6ADDR structure. The structure consists of 16 This value is only valid when isIPv6Address() returns TRUE. .PP See also toString(). -.SH "QString QHostAddress::toString () const" +.SH "TQString QHostAddress::toString () const" Returns the address as a string. .PP For example, if the address is the IPv4 address 127.0.0.1, the returned string is "127.0.0.1". |