diff options
Diffstat (limited to 'doc/man/man3/tqhbuttongroup.3qt')
-rw-r--r-- | doc/man/man3/tqhbuttongroup.3qt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqhbuttongroup.3qt b/doc/man/man3/tqhbuttongroup.3qt index 7fb5e5a61..68165e9b7 100644 --- a/doc/man/man3/tqhbuttongroup.3qt +++ b/doc/man/man3/tqhbuttongroup.3qt @@ -16,10 +16,10 @@ Inherits QButtonGroup. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQHButtonGroup\fR ( QWidget * parent = 0, const char * name = 0 )" +.BI "\fBQHButtonGroup\fR ( TQWidget * parent = 0, const char * name = 0 )" .br .ti -1c -.BI "\fBQHButtonGroup\fR ( const QString & title, QWidget * parent = 0, const char * name = 0 )" +.BI "\fBQHButtonGroup\fR ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" .br .ti -1c .BI "\fB~QHButtonGroup\fR ()" @@ -38,14 +38,14 @@ QHButtonGroup is a convenience class that offers a thin layer on top of QButtonG .PP See also QVButtonGroup, Widget Appearance and Style, Layout Management, and Organizers. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QHButtonGroup::QHButtonGroup ( QWidget * parent = 0, const char * name = 0 )" +.SH "QHButtonGroup::QHButtonGroup ( TQWidget * parent = 0, const char * name = 0 )" Constructs a horizontal button group with no title. .PP -The \fIparent\fR and \fIname\fR arguments are passed to the QWidget constructor. -.SH "QHButtonGroup::QHButtonGroup ( const QString & title, QWidget * parent = 0, const char * name = 0 )" +The \fIparent\fR and \fIname\fR arguments are passed to the TQWidget constructor. +.SH "QHButtonGroup::QHButtonGroup ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" Constructs a horizontal button group with the title \fItitle\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 "QHButtonGroup::~QHButtonGroup ()" Destroys the horizontal button group, deleting its child widgets. |