summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqwidgetstack.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqwidgetstack.3qt')
-rw-r--r--doc/man/man3/tqwidgetstack.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqwidgetstack.3qt b/doc/man/man3/tqwidgetstack.3qt
index 08601ac8..bbc5bd41 100644
--- a/doc/man/man3/tqwidgetstack.3qt
+++ b/doc/man/man3/tqwidgetstack.3qt
@@ -11,7 +11,7 @@ TQWidgetStack \- Stack of widgets of which only the top widget is user-visible
.SH SYNOPSIS
\fC#include <tqwidgetstack.h>\fR
.PP
-Inherits QFrame.
+Inherits TQFrame.
.PP
.SS "Public Members"
.in +1c
@@ -73,20 +73,20 @@ visibleWidget() is the \fIget\fR equivalent of raiseWidget(); it returns a point
.PP
TQWidgetStack also provides the ability to manipulate widgets through application-specified integer IDs. You can also translate from widget pointers to IDs using id() and from IDs to widget pointers using widget(). These numeric IDs are unique (per TQWidgetStack, not globally), but TQWidgetStack does not attach any additional meaning to them.
.PP
-The default widget stack is frameless, but you can use the usual QFrame functions (such as setFrameStyle()) to add a frame.
+The default widget stack is frameless, but you can use the usual TQFrame functions (such as setFrameStyle()) to add a frame.
.PP
TQWidgetStack provides a signal, aboutToShow(), which is emitted just before a managed widget is shown.
.PP
-See also QTabDialog, QTabBar, QFrame, and Organizers.
+See also TQTabDialog, TQTabBar, TQFrame, and Organizers.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQWidgetStack::TQWidgetStack ( TQWidget * parent = 0, const char * name = 0 )"
Constructs an empty widget stack.
.PP
-The \fIparent\fR and \fIname\fR arguments are passed to the QFrame constructor.
+The \fIparent\fR and \fIname\fR arguments are passed to the TQFrame constructor.
.SH "TQWidgetStack::TQWidgetStack ( TQWidget * parent, const char * name, WFlags f )"
Constructs an empty widget stack.
.PP
-The \fIparent\fR, \fIname\fR and \fIf\fR arguments are passed to the QFrame constructor.
+The \fIparent\fR, \fIname\fR and \fIf\fR arguments are passed to the TQFrame constructor.
.SH "TQWidgetStack::~TQWidgetStack ()"
Destroys the object and frees any allocated resources.
.SH "void TQWidgetStack::aboutToShow ( int )\fC [signal]\fR"