diff options
Diffstat (limited to 'doc/man/man3/tqhgroupbox.3qt')
-rw-r--r-- | doc/man/man3/tqhgroupbox.3qt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/man/man3/tqhgroupbox.3qt b/doc/man/man3/tqhgroupbox.3qt index a36680ae4..6225edc80 100644 --- a/doc/man/man3/tqhgroupbox.3qt +++ b/doc/man/man3/tqhgroupbox.3qt @@ -1,5 +1,5 @@ '\" t -.TH QHGroupBox 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQHGroupBox 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,28 +7,28 @@ .ad l .nh .SH NAME -QHGroupBox \- Organizes widgets in a group with one horizontal row +TQHGroupBox \- Organizes widgets in a group with one horizontal row .SH SYNOPSIS -\fC#include <ntqhgroupbox.h>\fR +\fC#include <tqhgroupbox.h>\fR .PP -Inherits QGroupBox. +Inherits TQGroupBox. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQHGroupBox\fR ( TQWidget * parent = 0, const char * name = 0 )" +.BI "\fBTQHGroupBox\fR ( TQWidget * parent = 0, const char * name = 0 )" .br .ti -1c -.BI "\fBQHGroupBox\fR ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" +.BI "\fBTQHGroupBox\fR ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" .br .ti -1c -.BI "\fB~QHGroupBox\fR ()" +.BI "\fB~TQHGroupBox\fR ()" .br .in -1c .SH DESCRIPTION -The QHGroupBox widget organizes widgets in a group with one horizontal row. +The TQHGroupBox widget organizes widgets in a group with one horizontal row. .PP -QHGroupBox is a convenience class that offers a thin layer on top of QGroupBox. Think of it as a QHBox that offers a frame with a title. +TQHGroupBox is a convenience class that offers a thin layer on top of TQGroupBox. Think of it as a TQHBox that offers a frame with a title. .PP <center> .ce 1 @@ -36,21 +36,21 @@ QHGroupBox is a convenience class that offers a thin layer on top of QGroupBox. .PP </center> .PP -See also QVGroupBox, Widget Appearance and Style, Layout Management, and Organizers. +See also TQVGroupBox, Widget Appearance and Style, Layout Management, and Organizers. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QHGroupBox::QHGroupBox ( TQWidget * parent = 0, const char * name = 0 )" +.SH "TQHGroupBox::TQHGroupBox ( TQWidget * parent = 0, const char * name = 0 )" Constructs a horizontal group box with no title. .PP The \fIparent\fR and \fIname\fR arguments are passed to the TQWidget constructor. -.SH "QHGroupBox::QHGroupBox ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" +.SH "TQHGroupBox::TQHGroupBox ( const TQString & title, TQWidget * parent = 0, const char * name = 0 )" Constructs a horizontal group box with the title \fItitle\fR. .PP The \fIparent\fR and \fIname\fR arguments are passed to the TQWidget constructor. -.SH "QHGroupBox::~QHGroupBox ()" +.SH "TQHGroupBox::~TQHGroupBox ()" Destroys the horizontal group box, deleting its child widgets. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqhgroupbox.html +.BR http://doc.trolltech.com/tqhgroupbox.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |