summaryrefslogtreecommitdiffstats
path: root/doc/html/tqgrid.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqgrid.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt-6f57abfc.tar.gz
tqt-6f57abfc.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 d7303f951..77417cdb6 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 )