summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqbuttongroup.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-09-23 12:42:20 +0900
commitb35e0845dc9b3c8b9a5e52a682c769f383933fae (patch)
treee4eeca8f6fe0ca87e774be98eabf89b4c7fca347 /doc/man/man3/tqbuttongroup.3qt
parent1ba13366a7a377d50b9e8df9044ce11d8209f98c (diff)
downloadtqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.tar.gz
tqt3-b35e0845dc9b3c8b9a5e52a682c769f383933fae.zip
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 4af8b5aab..9b09ff7fe 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