summaryrefslogtreecommitdiffstats
path: root/sip/qt/qmainwindow.sip
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-10-17 23:25:46 +0900
commitcdb2c767da66815beaddd0cbceda777ddcbe9b6a (patch)
treebc07eb30a833a9bbcb2ecbfe8632f9d82c53309b /sip/qt/qmainwindow.sip
parent79113dda15348e659bdf729f2c6119b2ba49d397 (diff)
downloadpytqt-cdb2c767da66815beaddd0cbceda777ddcbe9b6a.tar.gz
pytqt-cdb2c767da66815beaddd0cbceda777ddcbe9b6a.zip
Removed obsolete Qt2's TQList/TQListIterator classes and replaced
with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'sip/qt/qmainwindow.sip')
-rw-r--r--sip/qt/qmainwindow.sip4
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/qt/qmainwindow.sip b/sip/qt/qmainwindow.sip
index 4bdb3b3..ca21ec4 100644
--- a/sip/qt/qmainwindow.sip
+++ b/sip/qt/qmainwindow.sip
@@ -55,7 +55,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>
@@ -176,7 +176,7 @@ public:
%End
%If (TQt_2_1_0 - TQt_3_0_0)
- TQList<TQToolBar> toolBars(ToolBarDock) const;
+ TQPtrList<TQToolBar> toolBars(ToolBarDock) const;
%End
%If (TQt_3_0_0 -)
TQPtrList<TQDockWindow> dockWindows(Dock) const;