summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbuttongroup.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqbuttongroup.3qt')
-rw-r--r--doc/man/man3/tqbuttongroup.3qt24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/man/man3/tqbuttongroup.3qt b/doc/man/man3/tqbuttongroup.3qt
index 4af8b5aa..9b09ff7f 100644
--- a/doc/man/man3/tqbuttongroup.3qt
+++ b/doc/man/man3/tqbuttongroup.3qt
@@ -18,16 +18,16 @@ Inherited by QHButtonGroup and QVButtonGroup.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQButtonGroup\fR ( QWidget * parent = 0, const char * name = 0 )"
+.BI "\fBQButtonGroup\fR ( TQWidget * parent = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQButtonGroup\fR ( const QString & title, QWidget * parent = 0, const char * name = 0 )"
+.BI "\fBQButtonGroup\fR ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQButtonGroup\fR ( int strips, Orientation orientation, QWidget * parent = 0, const char * name = 0 )"
+.BI "\fBQButtonGroup\fR ( int strips, Orientation orientation, TQWidget * parent = 0, const char * name = 0 )"
.br
.ti -1c
-.BI "\fBQButtonGroup\fR ( int strips, Orientation orientation, const QString & title, QWidget * parent = 0, const char * name = 0 )"
+.BI "\fBQButtonGroup\fR ( int strips, Orientation orientation, const TQString & title, TQWidget * parent = 0, const char * name = 0 )"
.br
.ti -1c
.BI "bool \fBisExclusive\fR () const"
@@ -117,22 +117,22 @@ A button can be removed from the group with remove(). A pointer to a button with
.PP
See also QPushButton, QCheckBox, QRadioButton, Widget Appearance and Style, Layout Management, and Organizers.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QButtonGroup::QButtonGroup ( QWidget * parent = 0, const char * name = 0 )"
+.SH "QButtonGroup::QButtonGroup ( TQWidget * parent = 0, const char * name = 0 )"
Constructs a button group with no title.
.PP
-The \fIparent\fR and \fIname\fR arguments are passed to the QWidget constructor.
-.SH "QButtonGroup::QButtonGroup ( const QString & title, QWidget * parent = 0, const char * name = 0 )"
+The \fIparent\fR and \fIname\fR arguments are passed to the TQWidget constructor.
+.SH "QButtonGroup::QButtonGroup ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )"
Constructs a button group with the title \fItitle\fR.
.PP
-The \fIparent\fR and \fIname\fR arguments are passed to the QWidget constructor.
-.SH "QButtonGroup::QButtonGroup ( int strips, Orientation orientation, QWidget * parent = 0, const char * name = 0 )"
+The \fIparent\fR and \fIname\fR arguments are passed to the TQWidget constructor.
+.SH "QButtonGroup::QButtonGroup ( int strips, Orientation orientation, TQWidget * parent = 0, const char * name = 0 )"
Constructs a button group with no title. Child widgets will be arranged in \fIstrips\fR rows or columns (depending on \fIorientation\fR).
.PP
-The \fIparent\fR and \fIname\fR arguments are passed to the QWidget constructor.
-.SH "QButtonGroup::QButtonGroup ( int strips, Orientation orientation, const QString & title, QWidget * parent = 0, const char * name = 0 )"
+The \fIparent\fR and \fIname\fR arguments are passed to the TQWidget constructor.
+.SH "QButtonGroup::QButtonGroup ( int strips, Orientation orientation, const TQString & title, TQWidget * parent = 0, const char * name = 0 )"
Constructs a button group with title \fItitle\fR. Child widgets will be arranged in \fIstrips\fR rows or columns (depending on \fIorientation\fR).
.PP
-The \fIparent\fR and \fIname\fR arguments are passed to the QWidget constructor.
+The \fIparent\fR and \fIname\fR arguments are passed to the TQWidget constructor.
.SH "void QButtonGroup::clicked ( int id )\fC [signal]\fR"
This signal is emitted when a button in the group is clicked. The \fIid\fR argument is the button's identifier.
.PP