From 0b4e2360e5f0c05784806f4b114fd09541092b7f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 19 Jun 2012 17:00:12 -0500 Subject: Update integer/long type names --- sip/qtnetwork/qdns.sip | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sip/qtnetwork/qdns.sip') 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 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 servers() const; -- cgit v1.2.1