diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-19 17:00:12 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-19 17:00:12 -0500 |
commit | 0b4e2360e5f0c05784806f4b114fd09541092b7f (patch) | |
tree | 517a3e7e917238fd55f77b04729d04221805a616 /doc/PyQt.sgml | |
parent | f09a033f218e0ec0490991ee974f5e932ed11583 (diff) | |
download | pytqt-0b4e2360e5f0c05784806f4b114fd09541092b7f.tar.gz pytqt-0b4e2360e5f0c05784806f4b114fd09541092b7f.zip |
Update integer/long type names
Diffstat (limited to 'doc/PyQt.sgml')
-rw-r--r-- | doc/PyQt.sgml | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/PyQt.sgml b/doc/PyQt.sgml index e8cd373..a5227d9 100644 --- a/doc/PyQt.sgml +++ b/doc/PyQt.sgml @@ -1995,9 +1995,9 @@ Not implemented. </Para> <FuncSynopsis> - <FuncDef>Q_LONG <Function>readBlock</Function></FuncDef> + <FuncDef>TQ_LONG <Function>readBlock</Function></FuncDef> <ParamDef>char *<Parameter>data</Parameter></ParamDef> - <ParamDef>Q_ULONG <Parameter>len</Parameter></ParamDef> + <ParamDef>TQ_ULONG <Parameter>len</Parameter></ParamDef> </FuncSynopsis> <Para> This takes a single <Literal>len</Literal> parameter. The @@ -2006,9 +2006,9 @@ This takes a single <Literal>len</Literal> parameter. The </Para> <FuncSynopsis> - <FuncDef>Q_LONG <Function>readLine</Function></FuncDef> + <FuncDef>TQ_LONG <Function>readLine</Function></FuncDef> <ParamDef>char *<Parameter>data</Parameter></ParamDef> - <ParamDef>Q_ULONG <Parameter>maxlen</Parameter></ParamDef> + <ParamDef>TQ_ULONG <Parameter>maxlen</Parameter></ParamDef> </FuncSynopsis> <Para> This takes a single <Literal>maxlen</Literal> parameter. The @@ -2033,9 +2033,9 @@ Not yet implemented. (TQt v2+) </Para> <FuncSynopsis> - <FuncDef>Q_LONG <Function>writeBlock</Function></FuncDef> + <FuncDef>TQ_LONG <Function>writeBlock</Function></FuncDef> <ParamDef>const char *<Parameter>data</Parameter></ParamDef> - <ParamDef>Q_ULONG <Parameter>len</Parameter></ParamDef> + <ParamDef>TQ_ULONG <Parameter>len</Parameter></ParamDef> </FuncSynopsis> <Para> <Literal>len</Literal> is derived from <Literal>data</Literal> and not passed @@ -2699,7 +2699,7 @@ This returns a tuple of the <Literal>uint</Literal> result and the </Para> <FuncSynopsis> - <FuncDef>Q_LONG <Function>toLong</Function></FuncDef> + <FuncDef>TQ_LONG <Function>toLong</Function></FuncDef> <ParamDef>bool *<Parameter>ok</Parameter> = 0</ParamDef> </FuncSynopsis> <Para> @@ -2708,7 +2708,7 @@ This returns a tuple of the <Literal>long</Literal> result and the </Para> <FuncSynopsis> - <FuncDef>Q_ULONG <Function>toULong</Function></FuncDef> + <FuncDef>TQ_ULONG <Function>toULong</Function></FuncDef> <ParamDef>bool *<Parameter>ok</Parameter> = 0</ParamDef> </FuncSynopsis> <Para> @@ -5084,9 +5084,9 @@ Not yet implemented. </Sect2> <Sect2><Title>TQFtp (TQt v2.2+)</Title> <FuncSynopsis> - <FuncDef>Q_LONG <Function>readBlock</Function></FuncDef> + <FuncDef>TQ_LONG <Function>readBlock</Function></FuncDef> <ParamDef>char *<Parameter>data</Parameter></ParamDef> - <ParamDef>Q_ULONG <Parameter>maxlen</Parameter></ParamDef> + <ParamDef>TQ_ULONG <Parameter>maxlen</Parameter></ParamDef> </FuncSynopsis> <Para> This takes a single <Literal>maxlen</Literal> parameter. The @@ -5097,7 +5097,7 @@ This takes a single <Literal>maxlen</Literal> parameter. The <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. @@ -5113,7 +5113,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. @@ -5129,9 +5129,9 @@ Not yet implemented. </Sect2> <Sect2><Title>TQHttp (TQt v3+)</Title> <FuncSynopsis> - <FuncDef>Q_LONG <Function>readBlock</Function></FuncDef> + <FuncDef>TQ_LONG <Function>readBlock</Function></FuncDef> <ParamDef>char *<Parameter>data</Parameter></ParamDef> - <ParamDef>Q_ULONG <Parameter>maxlen</Parameter></ParamDef> + <ParamDef>TQ_ULONG <Parameter>maxlen</Parameter></ParamDef> </FuncSynopsis> <Para> This takes a single <Literal>maxlen</Literal> parameter. The @@ -5169,9 +5169,9 @@ This takes a single <Literal>maxlen</Literal> parameter. The </Sect2> <Sect2><Title>TQSocket (TQt v2.2+)</Title> <FuncSynopsis> - <FuncDef>Q_LONG <Function>readBlock</Function></FuncDef> + <FuncDef>TQ_LONG <Function>readBlock</Function></FuncDef> <ParamDef>char *<Parameter>data</Parameter></ParamDef> - <ParamDef>Q_ULONG <Parameter>len</Parameter></ParamDef> + <ParamDef>TQ_ULONG <Parameter>len</Parameter></ParamDef> </FuncSynopsis> <Para> This takes a single <Literal>len</Literal> parameter. The @@ -5180,9 +5180,9 @@ This takes a single <Literal>len</Literal> parameter. The </Para> <FuncSynopsis> - <FuncDef>Q_LONG <Function>readLine</Function></FuncDef> + <FuncDef>TQ_LONG <Function>readLine</Function></FuncDef> <ParamDef>char *<Parameter>data</Parameter></ParamDef> - <ParamDef>Q_ULONG <Parameter>maxlen</Parameter></ParamDef> + <ParamDef>TQ_ULONG <Parameter>maxlen</Parameter></ParamDef> </FuncSynopsis> <Para> This takes a single <Literal>maxlen</Literal> parameter. The @@ -5191,9 +5191,9 @@ This takes a single <Literal>maxlen</Literal> parameter. The </Para> <FuncSynopsis> - <FuncDef>Q_LONG <Function>writeBlock</Function></FuncDef> + <FuncDef>TQ_LONG <Function>writeBlock</Function></FuncDef> <ParamDef>const char *<Parameter>data</Parameter></ParamDef> - <ParamDef>Q_ULONG <Parameter>len</Parameter></ParamDef> + <ParamDef>TQ_ULONG <Parameter>len</Parameter></ParamDef> </FuncSynopsis> <Para> <Literal>len</Literal> is derived from <Literal>data</Literal> and not passed @@ -5202,9 +5202,9 @@ as a parameter. </Sect2> <Sect2><Title>TQSocketDevice (TQt v2.2+)</Title> <FuncSynopsis> - <FuncDef>Q_LONG <Function>readBlock</Function></FuncDef> + <FuncDef>TQ_LONG <Function>readBlock</Function></FuncDef> <ParamDef>char *<Parameter>data</Parameter></ParamDef> - <ParamDef>Q_ULONG <Parameter>len</Parameter></ParamDef> + <ParamDef>TQ_ULONG <Parameter>len</Parameter></ParamDef> </FuncSynopsis> <Para> This takes a single <Literal>len</Literal> parameter. The @@ -5213,9 +5213,9 @@ This takes a single <Literal>len</Literal> parameter. The </Para> <FuncSynopsis> - <FuncDef>Q_LONG <Function>writeBlock</Function></FuncDef> + <FuncDef>TQ_LONG <Function>writeBlock</Function></FuncDef> <ParamDef>const char *<Parameter>data</Parameter></ParamDef> - <ParamDef>Q_ULONG <Parameter>len</Parameter></ParamDef> + <ParamDef>TQ_ULONG <Parameter>len</Parameter></ParamDef> </FuncSynopsis> <Para> <Literal>len</Literal> is derived from <Literal>data</Literal> and not passed |