diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PyQt.html | 48 | ||||
-rw-r--r-- | doc/PyQt.sgml | 48 |
2 files changed, 48 insertions, 48 deletions
diff --git a/doc/PyQt.html b/doc/PyQt.html index 418b3ca..607919d 100644 --- a/doc/PyQt.html +++ b/doc/PyQt.html @@ -3813,8 +3813,8 @@ NAME="AEN1273" ></A ><CODE CLASS="FUNCDEF" ->Q_LONG readBlock</CODE ->(char *data, Q_ULONG len);<P +>TQ_LONG readBlock</CODE +>(char *data, TQ_ULONG len);<P ></P ></DIV ><P @@ -3839,8 +3839,8 @@ NAME="AEN1284" ></A ><CODE CLASS="FUNCDEF" ->Q_LONG readLine</CODE ->(char *data, Q_ULONG maxlen);<P +>TQ_LONG readLine</CODE +>(char *data, TQ_ULONG maxlen);<P ></P ></DIV ><P @@ -3895,8 +3895,8 @@ NAME="AEN1307" ></A ><CODE CLASS="FUNCDEF" ->Q_LONG writeBlock</CODE ->(const char *data, Q_ULONG len);<P +>TQ_LONG writeBlock</CODE +>(const char *data, TQ_ULONG len);<P ></P ></DIV ><P @@ -5416,7 +5416,7 @@ NAME="AEN1947" ></A ><CODE CLASS="FUNCDEF" ->Q_LONG toLong</CODE +>TQ_LONG toLong</CODE >(bool *ok = 0);<P ></P ></DIV @@ -5438,7 +5438,7 @@ NAME="AEN1955" ></A ><CODE CLASS="FUNCDEF" ->Q_ULONG toULong</CODE +>TQ_ULONG toULong</CODE >(bool *ok = 0);<P ></P ></DIV @@ -11069,8 +11069,8 @@ NAME="AEN4116" ></A ><CODE CLASS="FUNCDEF" ->Q_LONG readBlock</CODE ->(char *data, Q_ULONG maxlen);<P +>TQ_LONG readBlock</CODE +>(char *data, TQ_ULONG maxlen);<P ></P ></DIV ><P @@ -11105,7 +11105,7 @@ NAME="AEN4129" ><CODE CLASS="FUNCDEF" >TQHostAddress</CODE ->(Q_UINT8 *ip6Addr);<P +>(TQ_UINT8 *ip6Addr);<P ></P ></DIV ><P @@ -11135,7 +11135,7 @@ NAME="AEN4141" ><CODE CLASS="FUNCDEF" >void setAddress</CODE ->(Q_UINT8 *ip6Addr);<P +>(TQ_UINT8 *ip6Addr);<P ></P ></DIV ><P @@ -11173,8 +11173,8 @@ NAME="AEN4155" ></A ><CODE CLASS="FUNCDEF" ->Q_LONG readBlock</CODE ->(char *data, Q_ULONG maxlen);<P +>TQ_LONG readBlock</CODE +>(char *data, TQ_ULONG maxlen);<P ></P ></DIV ><P @@ -11278,8 +11278,8 @@ NAME="AEN4188" ></A ><CODE CLASS="FUNCDEF" ->Q_LONG readBlock</CODE ->(char *data, Q_ULONG len);<P +>TQ_LONG readBlock</CODE +>(char *data, TQ_ULONG len);<P ></P ></DIV ><P @@ -11304,8 +11304,8 @@ NAME="AEN4199" ></A ><CODE CLASS="FUNCDEF" ->Q_LONG readLine</CODE ->(char *data, Q_ULONG maxlen);<P +>TQ_LONG readLine</CODE +>(char *data, TQ_ULONG maxlen);<P ></P ></DIV ><P @@ -11330,8 +11330,8 @@ NAME="AEN4210" ></A ><CODE CLASS="FUNCDEF" ->Q_LONG writeBlock</CODE ->(const char *data, Q_ULONG len);<P +>TQ_LONG writeBlock</CODE +>(const char *data, TQ_ULONG len);<P ></P ></DIV ><P @@ -11361,8 +11361,8 @@ NAME="AEN4222" ></A ><CODE CLASS="FUNCDEF" ->Q_LONG readBlock</CODE ->(char *data, Q_ULONG len);<P +>TQ_LONG readBlock</CODE +>(char *data, TQ_ULONG len);<P ></P ></DIV ><P @@ -11387,8 +11387,8 @@ NAME="AEN4233" ></A ><CODE CLASS="FUNCDEF" ->Q_LONG writeBlock</CODE ->(const char *data, Q_ULONG len);<P +>TQ_LONG writeBlock</CODE +>(const char *data, TQ_ULONG len);<P ></P ></DIV ><P 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 |