diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-18 00:09:52 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-18 00:09:52 -0500 |
commit | d1096751ddb25cdef23919c17389fc268c31edaf (patch) | |
tree | b910be3588cb706defc00c31aefa850bb2312784 /doc/man/man3/qdns.3qt | |
parent | af8fdcf1ca7bdbda6f0c1afecd8c2d8ffa23bebb (diff) | |
parent | 6dec101d43dcbd4195c47d54bd388db1a8d7230e (diff) | |
download | tqt-d1096751ddb25cdef23919c17389fc268c31edaf.tar.gz tqt-d1096751ddb25cdef23919c17389fc268c31edaf.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tqt3
Diffstat (limited to 'doc/man/man3/qdns.3qt')
-rw-r--r-- | doc/man/man3/qdns.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/qdns.3qt b/doc/man/man3/qdns.3qt index 55d7e9a4f..fab7a5fab 100644 --- a/doc/man/man3/qdns.3qt +++ b/doc/man/man3/qdns.3qt @@ -191,7 +191,7 @@ Returns a list of mail servers if the record type is Mx. The class \fCQDns::Mail .TP QString QDns::MailServer::name .TP -Q_UINT16 QDns::MailServer::priority +TQ_UINT16 QDns::MailServer::priority .PP Note that if you want to iterate over the list, you should iterate over a copy, e.g. .PP @@ -245,11 +245,11 @@ Returns a list of servers if the record type is Srv. The class \fCQDns::Server\f .TP QString QDns::Server::name .TP -Q_UINT16 QDns::Server::priority +TQ_UINT16 QDns::Server::priority .TP -Q_UINT16 QDns::Server::weight +TQ_UINT16 QDns::Server::weight .TP -Q_UINT16 QDns::Server::port +TQ_UINT16 QDns::Server::port .PP Note that if you want to iterate over the list, you should iterate over a copy, e.g. .PP |