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/qhostaddress.sip | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sip/qtnetwork/qhostaddress.sip') diff --git a/sip/qtnetwork/qhostaddress.sip b/sip/qtnetwork/qhostaddress.sip index 006acfb..0e825d6 100644 --- a/sip/qtnetwork/qhostaddress.sip +++ b/sip/qtnetwork/qhostaddress.sip @@ -24,7 +24,7 @@ TQHostAddress (TQt v2.2+) TQHostAddress - Q_UINT8 *ip6Addr + TQ_UINT8 *ip6Addr Not yet implemented. @@ -40,7 +40,7 @@ Not yet implemented. void setAddress - Q_UINT8 *ip6Addr + TQ_UINT8 *ip6Addr Not yet implemented. @@ -67,8 +67,8 @@ class TQHostAddress public: TQHostAddress(); - TQHostAddress(Q_UINT32); -// TQHostAddress(Q_UINT8 *); + TQHostAddress(TQ_UINT32); +// TQHostAddress(TQ_UINT8 *); %If (TQt_3_3_0 -) //TQHostAddress(const Q_IPV6ADDR &); // This isn't mentioned in the documentation. @@ -76,15 +76,15 @@ public: %End TQHostAddress(const TQHostAddress &); - void setAddress(Q_UINT32); -// void setAddress(Q_UINT8 *); + void setAddress(TQ_UINT32); +// void setAddress(TQ_UINT8 *); bool setAddress(const TQString &); bool isIp4Addr() const; - Q_UINT32 ip4Addr() const; + TQ_UINT32 ip4Addr() const; %If (TQt_3_3_0 -) bool isIPv4Address() const; - Q_UINT32 toIPv4Address() const; + TQ_UINT32 toIPv4Address() const; bool isIPv6Address() const; //Q_IPV6ADDR toIPv6Address() const; %End -- cgit v1.2.1