summaryrefslogtreecommitdiffstats
path: root/sip/qt/qmainwindow.sip
diff options
context:
space:
mode:
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;