summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/PyQt.html10
-rw-r--r--doc/PyQt.sgml12
2 files changed, 11 insertions, 11 deletions
diff --git a/doc/PyQt.html b/doc/PyQt.html
index c004474..5c3cf29 100644
--- a/doc/PyQt.html
+++ b/doc/PyQt.html
@@ -5145,12 +5145,12 @@ CLASS="SECT2"
CLASS="SECT2"
><A
NAME="AEN1860"
->TQList&lt;type&gt; (TQt v2)</A
+>TQPtrList&lt;type&gt; (TQt v2)</A
></H3
><P
>Types based on the <TT
CLASS="LITERAL"
->TQList</TT
+>TQPtrList</TT
> template are automatically
converted to and from Python lists of the type.</P
></DIV
@@ -5575,7 +5575,7 @@ NAME="AEN2016"
></A
><CODE
CLASS="FUNCDEF"
->TQList&lt;TQToolBar&gt; toolBars</CODE
+>TQPtrList&lt;TQToolBar&gt; toolBars</CODE
>(ToolBarDock dock);<P
></P
></DIV
@@ -8476,7 +8476,7 @@ NAME="AEN3195"
></A
><CODE
CLASS="FUNCDEF"
->TQList&lt;TQTab&gt; tabList</CODE
+>TQPtrList&lt;TQTab&gt; tabList</CODE
>();<P
></P
></DIV
@@ -10353,7 +10353,7 @@ NAME="AEN3890"
><CODE
CLASS="FUNCDEF"
>TQPixmapArray</CODE
->(TQList&lt;TQPixmap&gt; pixmaps, TQList&lt;TQPoint&gt; hotspots);<P
+>(TQPtrList&lt;TQPixmap&gt; pixmaps, TQPtrList&lt;TQPoint&gt; hotspots);<P
></P
></DIV
><P
diff --git a/doc/PyQt.sgml b/doc/PyQt.sgml
index 5c05ae9..ac788e7 100644
--- a/doc/PyQt.sgml
+++ b/doc/PyQt.sgml
@@ -2594,9 +2594,9 @@ This takes no parameters and returns the bool result and the
(TQt v3+)
</Para>
</Sect2>
-<Sect2><Title>TQList&lt;type&gt; (TQt v2)</Title>
+<Sect2><Title>TQPtrList&lt;type&gt; (TQt v2)</Title>
<Para>
-Types based on the <Literal>TQList</Literal> template are automatically
+Types based on the <Literal>TQPtrList</Literal> template are automatically
converted to and from Python lists of the type.
</Para>
</Sect2>
@@ -2768,7 +2768,7 @@ result, <Literal>dock</Literal>, <Literal>index</Literal>,
</Para>
<FuncSynopsis>
- <FuncDef>TQList&lt;TQToolBar&gt; <Function>toolBars</Function></FuncDef>
+ <FuncDef>TQPtrList&lt;TQToolBar&gt; <Function>toolBars</Function></FuncDef>
<ParamDef>ToolBarDock <Parameter>dock</Parameter></ParamDef>
</FuncSynopsis>
<Para>
@@ -3997,7 +3997,7 @@ This takes only the <Literal>t</Literal> parameter and returns a tuple of the
<Sect2><Title>TQTabBar</Title>
<FuncSynopsis>
- <FuncDef>TQList&lt;TQTab&gt; <Function>tabList</Function></FuncDef>
+ <FuncDef>TQPtrList&lt;TQTab&gt; <Function>tabList</Function></FuncDef>
<ParamDef></ParamDef>
</FuncSynopsis>
<Para>
@@ -4789,8 +4789,8 @@ the return type of a function or the type of an argument, a Python list of
<Sect2><Title>TQCanvasPixmapArray (TQt v2.2+)</Title>
<FuncSynopsis>
<FuncDef><Function>TQPixmapArray</Function></FuncDef>
- <ParamDef>TQList&lt;TQPixmap&gt; <Parameter>pixmaps</Parameter></ParamDef>
- <ParamDef>TQList&lt;TQPoint&gt; <Parameter>hotspots</Parameter></ParamDef>
+ <ParamDef>TQPtrList&lt;TQPixmap&gt; <Parameter>pixmaps</Parameter></ParamDef>
+ <ParamDef>TQPtrList&lt;TQPoint&gt; <Parameter>hotspots</Parameter></ParamDef>
</FuncSynopsis>
<Para>
The <Literal>pixmaps</Literal> argument is a Python list of TQPixmap instances,