diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-17 17:28:28 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-17 17:28:28 -0500 |
commit | 6dec101d43dcbd4195c47d54bd388db1a8d7230e (patch) | |
tree | 7c336cbed3a93807a34cd4df39b2f92a7d48a141 /doc/html/ntqdns.html | |
parent | f27c2533f735d53c6b555f387c6390c0690cc246 (diff) | |
download | tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.tar.gz tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.zip |
Automated update from Qt3
Diffstat (limited to 'doc/html/ntqdns.html')
-rw-r--r-- | doc/html/ntqdns.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqdns.html b/doc/html/ntqdns.html index 049dc526f..f3efeff65 100644 --- a/doc/html/ntqdns.html +++ b/doc/html/ntqdns.html @@ -215,7 +215,7 @@ Returns a list of mail servers if the record type is <a href="#RecordType-enum"> class <tt>TQDns::MailServer</tt> contains the following public variables: <ul> <li> <a href="ntqstring.html">TQString</a> TQDns::MailServer::name -<li> Q_UINT16 TQDns::MailServer::priority +<li> TQ_UINT16 TQDns::MailServer::priority </ul> <p> Note that if you want to iterate over the list, you should iterate over a copy, e.g. @@ -265,9 +265,9 @@ Returns a list of servers if the record type is <a href="#RecordType-enum">Srv</ <tt>TQDns::Server</tt> contains the following public variables: <ul> <li> <a href="ntqstring.html">TQString</a> TQDns::Server::name -<li> Q_UINT16 TQDns::Server::priority -<li> Q_UINT16 TQDns::Server::weight -<li> Q_UINT16 TQDns::Server::port +<li> TQ_UINT16 TQDns::Server::priority +<li> TQ_UINT16 TQDns::Server::weight +<li> TQ_UINT16 TQDns::Server::port </ul> <p> Note that if you want to iterate over the list, you should iterate over a copy, e.g. |