summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqgrid.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-16 19:11:00 +0900
commit82ecd83484c9fa1ede059986ab771e74e33e68ef (patch)
treed0e76f19632bb02fc55028625bdb903902e1bac1 /doc/man/man3/tqgrid.3qt
parentc55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff)
downloadtqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz
tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqgrid.3qt')
-rw-r--r--doc/man/man3/tqgrid.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqgrid.3qt b/doc/man/man3/tqgrid.3qt
index 6361e5999..8679af150 100644
--- a/doc/man/man3/tqgrid.3qt
+++ b/doc/man/man3/tqgrid.3qt
@@ -40,7 +40,7 @@ Use setMargin() to add space around the grid itself, and setSpacing() to add spa
.PP
</center>
.PP
-See also QVBox, QHBox, TQGridLayout, Widget Appearance and Style, and Layout Management.
+See also TQVBox, TQHBox, TQGridLayout, Widget Appearance and Style, and Layout Management.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQGrid::TQGrid ( 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 TQFrame constructor.