summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqactiongroup.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqactiongroup.3qt')
-rw-r--r--doc/man/man3/tqactiongroup.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqactiongroup.3qt b/doc/man/man3/tqactiongroup.3qt
index 681acf26..f6ba0909 100644
--- a/doc/man/man3/tqactiongroup.3qt
+++ b/doc/man/man3/tqactiongroup.3qt
@@ -16,10 +16,10 @@ Inherits QAction.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQActionGroup\fR ( QObject * parent, const char * name = 0 )"
+.BI "\fBQActionGroup\fR ( TQObject * parent, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQActionGroup\fR ( QObject * parent, const char * name, bool exclusive )"
+.BI "\fBQActionGroup\fR ( TQObject * parent, const char * name, bool exclusive )"
.br
.ti -1c
.BI "\fB~QActionGroup\fR ()"
@@ -37,7 +37,7 @@ Inherits QAction.
.BI "void \fBaddSeparator\fR ()"
.br
.ti -1c
-.BI "virtual bool \fBaddTo\fR ( QWidget * w )"
+.BI "virtual bool \fBaddTo\fR ( TQWidget * w )"
.br
.ti -1c
.BI "void \fBsetUsesDropDown\fR ( bool enable )"
@@ -101,11 +101,11 @@ Actions can be added to an action group using add(), but normally they are added
.PP
See also Main Window and Related Classes and Basic Widgets.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QActionGroup::QActionGroup ( QObject * parent, const char * name = 0 )"
+.SH "QActionGroup::QActionGroup ( TQObject * parent, const char * name = 0 )"
Constructs an action group called \fIname\fR, with parent \fIparent\fR.
.PP
The action group is exclusive by default. Call setExclusive(FALSE) to make the action group non-exclusive.
-.SH "QActionGroup::QActionGroup ( QObject * parent, const char * name, bool exclusive )"
+.SH "QActionGroup::QActionGroup ( TQObject * parent, const char * name, bool exclusive )"
Constructs an action group called \fIname\fR, with parent \fIparent\fR.
.PP
If \fIexclusive\fR is TRUE only one toggle action in the group will ever be active.
@@ -121,7 +121,7 @@ Normally an action is added to a group by creating it with the group as parent,
See also addTo().
.SH "void QActionGroup::addSeparator ()"
Adds a separator to the group.
-.SH "bool QActionGroup::addTo ( QWidget * w )\fC [virtual]\fR"
+.SH "bool QActionGroup::addTo ( TQWidget * w )\fC [virtual]\fR"
Adds this action group to the widget \fIw\fR.
.PP
If isExclusive() is FALSE or usesDropDown() is FALSE, the actions within the group are added to the widget individually. For example, if the widget is a menu, the actions will appear as individual menu options, and if the widget is a toolbar, the actions will appear as toolbar buttons.