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