diff options
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. |