summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqworkspace.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqworkspace.3qt')
-rw-r--r--doc/man/man3/tqworkspace.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqworkspace.3qt b/doc/man/man3/tqworkspace.3qt
index c21fd260..0b8286fc 100644
--- a/doc/man/man3/tqworkspace.3qt
+++ b/doc/man/man3/tqworkspace.3qt
@@ -11,12 +11,12 @@ QWorkspace \- Workspace window that can contain decorated windows, e.g. for MDI
.SH SYNOPSIS
\fC#include <ntqworkspace.h>\fR
.PP
-Inherits QWidget.
+Inherits TQWidget.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQWorkspace\fR ( QWidget * parent = 0, const char * name = 0 )"
+.BI "\fBQWorkspace\fR ( TQWidget * parent = 0, const char * name = 0 )"
.br
.ti -1c
.BI "\fB~QWorkspace\fR ()"
@@ -25,7 +25,7 @@ Inherits QWidget.
.BI "enum \fBWindowOrder\fR { CreationOrder, StackingOrder }"
.br
.ti -1c
-.BI "QWidget * \fBactiveWindow\fR () const"
+.BI "TQWidget * \fBactiveWindow\fR () const"
.br
.ti -1c
.BI "QWidgetList windowList () const \fI(obsolete)\fR"
@@ -64,7 +64,7 @@ Inherits QWidget.
.SS "Signals"
.in +1c
.ti -1c
-.BI "void \fBwindowActivated\fR ( QWidget * w )"
+.BI "void \fBwindowActivated\fR ( TQWidget * w )"
.br
.in -1c
.SS "Properties"
@@ -103,7 +103,7 @@ Specifies the order in which windows are returned from windowList().
.TP
\fCQWorkspace::StackingOrder\fR - The windows are returned in the order of their stacking
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QWorkspace::QWorkspace ( QWidget * parent = 0, const char * name = 0 )"
+.SH "QWorkspace::QWorkspace ( TQWidget * parent = 0, const char * name = 0 )"
Constructs a workspace with a \fIparent\fR and a \fIname\fR.
.SH "QWorkspace::~QWorkspace ()"
Destroys the workspace and frees any allocated resources.
@@ -115,7 +115,7 @@ See also activatePrevWindow().
Activates the previous window in the child window chain.
.PP
See also activateNextWindow().
-.SH "QWidget * QWorkspace::activeWindow () const"
+.SH "TQWidget * QWorkspace::activeWindow () const"
Returns the active window, or 0 if no window is active.
.PP
Example: mdi/application.cpp.
@@ -145,14 +145,14 @@ Arranges all child windows in a tile pattern.
See also cascade().
.PP
Example: mdi/application.cpp.
-.SH "void QWorkspace::windowActivated ( QWidget * w )\fC [signal]\fR"
+.SH "void QWorkspace::windowActivated ( TQWidget * w )\fC [signal]\fR"
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"
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<QWidget>.
+QWidgetList is the same as QPtrList<TQWidget>.
.PP
See also QPtrList.
.PP