diff options
author | Darrell Anderson <[email protected]> | 2012-06-18 00:09:52 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-06-18 00:09:52 -0500 |
commit | d1096751ddb25cdef23919c17389fc268c31edaf (patch) | |
tree | b910be3588cb706defc00c31aefa850bb2312784 /doc/html/ntqdns.html | |
parent | af8fdcf1ca7bdbda6f0c1afecd8c2d8ffa23bebb (diff) | |
parent | 6dec101d43dcbd4195c47d54bd388db1a8d7230e (diff) | |
download | tqt3-d1096751ddb25cdef23919c17389fc268c31edaf.tar.gz tqt3-d1096751ddb25cdef23919c17389fc268c31edaf.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
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. |