summaryrefslogtreecommitdiffstats
path: root/doc/html/tqgrid.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqgrid.html')
-rw-r--r--doc/html/tqgrid.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqgrid.html b/doc/html/tqgrid.html
index d7303f95..77417cdb 100644
--- a/doc/html/tqgrid.html
+++ b/doc/html/tqgrid.html
@@ -65,11 +65,11 @@ Constructs a grid widget with parent <em>parent</em>, called <em>name</em>.
<em>n</em> specifies the number of columns. The widget flags <em>f</em> are
passed to the <a href="tqframe.html">TQFrame</a> constructor.
-<h3 class=fn><a name="TQGrid-2"></a>TQGrid::TQGrid ( int&nbsp;n, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orient, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQGrid-2"></a>TQGrid::TQGrid ( int&nbsp;n, <a href="tqt.html#Orientation-enum">Orientation</a>&nbsp;orient, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs a grid widget with parent <em>parent</em>, called <em>name</em>.
-If <em>orient</em> is <a href="ntqt.html#Orientation-enum">Horizontal</a>, <em>n</em> specifies the number of
-columns. If <em>orient</em> is <a href="ntqt.html#Orientation-enum">Vertical</a>, <em>n</em> specifies the number of
+If <em>orient</em> is <a href="tqt.html#Orientation-enum">Horizontal</a>, <em>n</em> specifies the number of
+columns. If <em>orient</em> is <a href="tqt.html#Orientation-enum">Vertical</a>, <em>n</em> specifies the number of
rows. The widget flags <em>f</em> are passed to the <a href="tqframe.html">TQFrame</a> constructor.
<h3 class=fn>void <a name="setSpacing"></a>TQGrid::setSpacing ( int&nbsp;space )