From d73937a9f779e2aafa6c392f94c9c29aa32b78fd Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 Sep 2023 12:42:20 +0900 Subject: Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version Signed-off-by: Michele Calgaro (cherry picked from commit b35e0845dc9b3c8b9a5e52a682c769f383933fae) --- doc/man/man3/tqgrid.3qt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/man/man3/tqgrid.3qt') diff --git a/doc/man/man3/tqgrid.3qt b/doc/man/man3/tqgrid.3qt index 2ead4d389..d4c23747e 100644 --- a/doc/man/man3/tqgrid.3qt +++ b/doc/man/man3/tqgrid.3qt @@ -16,10 +16,10 @@ Inherits QFrame. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQGrid\fR ( int n, QWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +.BI "\fBQGrid\fR ( int n, TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" .br .ti -1c -.BI "\fBQGrid\fR ( int n, Orientation orient, QWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +.BI "\fBQGrid\fR ( int n, Orientation orient, TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" .br .ti -1c .BI "void \fBsetSpacing\fR ( int space )" @@ -42,9 +42,9 @@ Use setMargin() to add space around the grid itself, and setSpacing() to add spa .PP See also QVBox, QHBox, QGridLayout, Widget Appearance and Style, and Layout Management. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QGrid::QGrid ( int n, QWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +.SH "QGrid::QGrid ( int n, TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" Constructs a grid widget with parent \fIparent\fR, called \fIname\fR. \fIn\fR specifies the number of columns. The widget flags \fIf\fR are passed to the QFrame constructor. -.SH "QGrid::QGrid ( int n, Orientation orient, QWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +.SH "QGrid::QGrid ( int n, Orientation orient, TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" Constructs a grid widget with parent \fIparent\fR, called \fIname\fR. If \fIorient\fR is Horizontal, \fIn\fR specifies the number of columns. If \fIorient\fR is Vertical, \fIn\fR specifies the number of rows. The widget flags \fIf\fR are passed to the QFrame constructor. .SH "void QGrid::setSpacing ( int space )" Sets the spacing between the child widgets to \fIspace\fR. -- cgit v1.2.3