summaryrefslogtreecommitdiffstats
path: root/sip/qtnetwork/qdns.sip
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-06-19 17:00:12 -0500
committerTimothy Pearson <[email protected]>2012-06-19 17:00:12 -0500
commit0b4e2360e5f0c05784806f4b114fd09541092b7f (patch)
tree517a3e7e917238fd55f77b04729d04221805a616 /sip/qtnetwork/qdns.sip
parentf09a033f218e0ec0490991ee974f5e932ed11583 (diff)
downloadpytqt-0b4e2360e5f0c05784806f4b114fd09541092b7f.tar.gz
pytqt-0b4e2360e5f0c05784806f4b114fd09541092b7f.zip
Update integer/long type names
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;