summaryrefslogtreecommitdiffstats
path: root/sip/qtnetwork/qdns.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/qtnetwork/qdns.sip')
-rw-r--r--sip/qtnetwork/qdns.sip14
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/qtnetwork/qdns.sip b/sip/qtnetwork/qdns.sip
index 9ddf6f6..79d1d23 100644
--- a/sip/qtnetwork/qdns.sip
+++ b/sip/qtnetwork/qdns.sip
@@ -68,10 +68,10 @@ public:
class MailServer
{
public:
- MailServer(const TQString & = TQString::null,Q_UINT16 = 0);
+ MailServer(const TQString & = TQString::null,TQ_UINT16 = 0);
TQString name;
- Q_UINT16 priority;
+ TQ_UINT16 priority;
};
TQValueList<TQDns::MailServer> mailServers() const;
@@ -79,13 +79,13 @@ public:
class Server
{
public:
- Server(const TQString & = TQString::null,Q_UINT16 = 0,
- Q_UINT16 = 0,Q_UINT16 = 0);
+ Server(const TQString & = TQString::null,TQ_UINT16 = 0,
+ TQ_UINT16 = 0,TQ_UINT16 = 0);
TQString name;
- Q_UINT16 priority;
- Q_UINT16 weight;
- Q_UINT16 port;
+ TQ_UINT16 priority;
+ TQ_UINT16 weight;
+ TQ_UINT16 port;
};
TQValueList<TQDns::Server> servers() const;