summaryrefslogtreecommitdiffstats
path: root/doc/html/qdns-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qdns-h.html')
-rw-r--r--doc/html/qdns-h.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qdns-h.html b/doc/html/qdns-h.html
index 9df9446b..4110a238 100644
--- a/doc/html/qdns-h.html
+++ b/doc/html/qdns-h.html
@@ -129,22 +129,22 @@ public:
class TQM_EXPORT_DNS MailServer {
public:
- MailServer( const TQString & n=TQString::null, Q_UINT16 p=0 )
+ MailServer( const TQString & n=TQString::null, TQ_UINT16 p=0 )
:name(n), priority(p) {}
TQString name;
- Q_UINT16 priority;
+ TQ_UINT16 priority;
Q_DUMMY_COMPARISON_OPERATOR(MailServer)
};
TQValueList<MailServer> mailServers() const;
class TQM_EXPORT_DNS Server {
public:
- Server(const TQString & n=TQString::null, Q_UINT16 p=0, Q_UINT16 w=0, Q_UINT16 po=0 )
+ Server(const TQString & n=TQString::null, TQ_UINT16 p=0, TQ_UINT16 w=0, TQ_UINT16 po=0 )
: name(n), priority(p), weight(w), port(po) {}
TQString name;
- Q_UINT16 priority;
- Q_UINT16 weight;
- Q_UINT16 port;
+ TQ_UINT16 priority;
+ TQ_UINT16 weight;
+ TQ_UINT16 port;
Q_DUMMY_COMPARISON_OPERATOR(Server)
};
TQValueList<Server> servers() const;