summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqdns.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-17 17:28:28 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-17 17:28:28 -0500
commit6dec101d43dcbd4195c47d54bd388db1a8d7230e (patch)
tree7c336cbed3a93807a34cd4df39b2f92a7d48a141 /doc/html/ntqdns.html
parentf27c2533f735d53c6b555f387c6390c0690cc246 (diff)
downloadtqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.tar.gz
tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/ntqdns.html')
-rw-r--r--doc/html/ntqdns.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqdns.html b/doc/html/ntqdns.html
index 049dc526..f3efeff6 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.