diff options
Diffstat (limited to 'doc/man/man3/tqworkspace.3qt')
-rw-r--r-- | doc/man/man3/tqworkspace.3qt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqworkspace.3qt b/doc/man/man3/tqworkspace.3qt index 0b8286fc4..89de0dda2 100644 --- a/doc/man/man3/tqworkspace.3qt +++ b/doc/man/man3/tqworkspace.3qt @@ -28,10 +28,10 @@ Inherits TQWidget. .BI "TQWidget * \fBactiveWindow\fR () const" .br .ti -1c -.BI "QWidgetList windowList () const \fI(obsolete)\fR" +.BI "TQWidgetList windowList () const \fI(obsolete)\fR" .br .ti -1c -.BI "QWidgetList \fBwindowList\fR ( WindowOrder order ) const" +.BI "TQWidgetList \fBwindowList\fR ( WindowOrder order ) const" .br .ti -1c .BI "bool \fBscrollBarsEnabled\fR () const" @@ -149,15 +149,15 @@ Example: mdi/application.cpp. This signal is emitted when the window widget \fIw\fR becomes active. Note that \fIw\fR can be null, and that more than one signal may be emitted for a single activation event. .PP See also activeWindow() and windowList(). -.SH "QWidgetList QWorkspace::windowList ( WindowOrder order ) const" +.SH "TQWidgetList QWorkspace::windowList ( WindowOrder order ) const" Returns a list of all windows. If \fIorder\fR is CreationOrder (the default) the windows are listed in the order in which they had been inserted into the workspace. If \fIorder\fR is StackingOrder the windows are listed in their stacking order, with the topmost window being the last window in the list. .PP -QWidgetList is the same as QPtrList<TQWidget>. +TQWidgetList is the same as QPtrList<TQWidget>. .PP See also QPtrList. .PP Example: mdi/application.cpp. -.SH "QWidgetList QWorkspace::windowList () const" +.SH "TQWidgetList QWorkspace::windowList () const" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP This is an overloaded member function, provided for convenience. It behaves essentially like the above function. |