diff options
Diffstat (limited to 'doc/man/man3/tqmainwindow.3qt')
-rw-r--r-- | doc/man/man3/tqmainwindow.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqmainwindow.3qt b/doc/man/man3/tqmainwindow.3qt index 0d5dda868..244760e10 100644 --- a/doc/man/man3/tqmainwindow.3qt +++ b/doc/man/man3/tqmainwindow.3qt @@ -88,10 +88,10 @@ Inherits TQWidget. .BI "bool \fBgetLocation\fR ( QDockWindow * dw, Dock & dock, int & index, bool & nl, int & extraOffset ) const" .br .ti -1c -.BI "QPtrList<QDockWindow> \fBdockWindows\fR ( Dock dock ) const" +.BI "TQPtrList<QDockWindow> \fBdockWindows\fR ( Dock dock ) const" .br .ti -1c -.BI "QPtrList<QDockWindow> \fBdockWindows\fR () const" +.BI "TQPtrList<QDockWindow> \fBdockWindows\fR () const" .br .ti -1c .BI "void \fBlineUpDockWindows\fR ( bool keepNewLines = FALSE )" @@ -121,7 +121,7 @@ Inherits TQWidget. .BI "bool toolBarsMovable () const \fI(obsolete)\fR" .br .ti -1c -.BI "QPtrList<QToolBar> \fBtoolBars\fR ( Dock dock ) const" +.BI "TQPtrList<QToolBar> \fBtoolBars\fR ( Dock dock ) const" .br .ti -1c .BI "void lineUpToolBars ( bool keepNewLines = FALSE ) \fI(obsolete)\fR" @@ -554,11 +554,11 @@ See also isCustomizable(). This signal is emitted when the \fIdockWindow\fR has changed its position. A change in position occurs when a dock window is moved within its dock area or moved to another dock area (including the Minimized and \fCTearOff\fR dock areas). .PP See also getLocation(). -.SH "QPtrList<QDockWindow> QMainWindow::dockWindows ( Dock dock ) const" +.SH "TQPtrList<QDockWindow> QMainWindow::dockWindows ( Dock dock ) const" Returns a list of all the dock windows which are in the \fIdock\fR dock area, regardless of their state. .PP For example, the DockTornOff dock area may contain closed dock windows but these are returned along with the visible dock windows. -.SH "QPtrList<QDockWindow> QMainWindow::dockWindows () const" +.SH "TQPtrList<QDockWindow> QMainWindow::dockWindows () const" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Returns the list of dock windows which belong to this main window, regardless of which dock area they are in or what their state is, (e.g. irrespective of whether they are visible or not). @@ -720,7 +720,7 @@ See also menuBar() and toolTipGroup(). Example: qfd/qfd.cpp. .SH "void QMainWindow::toolBarPositionChanged ( QToolBar * )\fC [signal]\fR" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. -.SH "QPtrList<QToolBar> QMainWindow::toolBars ( Dock dock ) const" +.SH "TQPtrList<QToolBar> QMainWindow::toolBars ( Dock dock ) const" Returns a list of all the toolbars which are in the \fIdock\fR dock area, regardless of their state. .PP For example, the TornOff dock area may contain closed toolbars but these are returned along with the visible toolbars. |