summaryrefslogtreecommitdiffstats
path: root/sip/qtnetwork/qhostaddress.sip
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-19 17:00:12 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-19 17:00:12 -0500
commit0b4e2360e5f0c05784806f4b114fd09541092b7f (patch)
tree517a3e7e917238fd55f77b04729d04221805a616 /sip/qtnetwork/qhostaddress.sip
parentf09a033f218e0ec0490991ee974f5e932ed11583 (diff)
downloadpytqt-0b4e2360e5f0c05784806f4b114fd09541092b7f.tar.gz
pytqt-0b4e2360e5f0c05784806f4b114fd09541092b7f.zip
Update integer/long type names
Diffstat (limited to 'sip/qtnetwork/qhostaddress.sip')
-rw-r--r--sip/qtnetwork/qhostaddress.sip16
1 files changed, 8 insertions, 8 deletions
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 @@
<Sect2><Title>TQHostAddress (TQt v2.2+)</Title>
<FuncSynopsis>
<FuncDef><Function>TQHostAddress</Function></FuncDef>
- <ParamDef>Q_UINT8 *<Parameter>ip6Addr</Parameter></ParamDef>
+ <ParamDef>TQ_UINT8 *<Parameter>ip6Addr</Parameter></ParamDef>
</FuncSynopsis>
<Para>
Not yet implemented.
@@ -40,7 +40,7 @@ Not yet implemented.
<FuncSynopsis>
<FuncDef>void <Function>setAddress</Function></FuncDef>
- <ParamDef>Q_UINT8 *<Parameter>ip6Addr</Parameter></ParamDef>
+ <ParamDef>TQ_UINT8 *<Parameter>ip6Addr</Parameter></ParamDef>
</FuncSynopsis>
<Para>
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