diff options
Diffstat (limited to 'doc/man/man3/tqhbox.3qt')
-rw-r--r-- | doc/man/man3/tqhbox.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqhbox.3qt b/doc/man/man3/tqhbox.3qt index e92e26a4e..46e2541ce 100644 --- a/doc/man/man3/tqhbox.3qt +++ b/doc/man/man3/tqhbox.3qt @@ -11,7 +11,7 @@ QHBox \- Horizontal geometry management for its child widgets .SH SYNOPSIS \fC#include <ntqhbox.h>\fR .PP -Inherits QFrame. +Inherits TQFrame. .PP Inherited by QVBox. .PP @@ -46,16 +46,16 @@ Use setMargin() to add space around the edges, and use setSpacing() to add space .PP </center> .PP -See also QHBoxLayout, QVBox, QGrid, Widget Appearance and Style, Layout Management, and Organizers. +See also QHBoxLayout, QVBox, TQGrid, Widget Appearance and Style, Layout Management, and Organizers. .SH MEMBER FUNCTION DOCUMENTATION .SH "QHBox::QHBox ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" -Constructs an hbox widget with parent \fIparent\fR, called \fIname\fR. The parent, name and widget flags, \fIf\fR, are passed to the QFrame constructor. +Constructs an hbox widget with parent \fIparent\fR, called \fIname\fR. The parent, name and widget flags, \fIf\fR, are passed to the TQFrame constructor. .SH "QHBox::QHBox ( bool horizontal, TQWidget * parent, const char * name, WFlags f = 0 )\fC [protected]\fR" Constructs a horizontal hbox if \fIhorizontal\fR is TRUE, otherwise constructs a vertical hbox (also known as a vbox). .PP This constructor is provided for the QVBox class. You should never need to use it directly. .PP -The \fIparent\fR, \fIname\fR and widget flags, \fIf\fR, are passed to the QFrame constructor. +The \fIparent\fR, \fIname\fR and widget flags, \fIf\fR, are passed to the TQFrame constructor. .SH "void QHBox::setSpacing ( int space )" Sets the spacing between the child widgets to \fIspace\fR. .PP |