summaryrefslogtreecommitdiffstats
path: root/doc/html/qgridlayout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qgridlayout.html')
-rw-r--r--doc/html/qgridlayout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qgridlayout.html b/doc/html/qgridlayout.html
index 3809732d..fbc85c46 100644
--- a/doc/html/qgridlayout.html
+++ b/doc/html/qgridlayout.html
@@ -271,7 +271,7 @@ the available space, but should be sized according to <a href="#sizeHint">sizeHi
<p> <p>See also <a href="#addMultiCellWidget">addMultiCellWidget</a>().
<p>Examples: <a href="addressbook-example.html#x578">addressbook/centralwidget.cpp</a>, <a href="layout-example.html#x533">layout/layout.cpp</a>, <a href="rot-example.html#x1370">rot13/rot13.cpp</a>, <a href="sql.html#x2221">sql/overview/form1/main.cpp</a>, <a href="sql.html#x2230">sql/overview/form2/main.cpp</a>, <a href="tutorial1-14.html#x2441">t14/gamebrd.cpp</a>, and <a href="tutorial1-08.html#x2337">t8/main.cpp</a>.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="cellGeometry"></a>TQGridLayout::cellGeometry ( int&nbsp;row, int&nbsp;col ) const
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="cellGeometry"></a>TQGridLayout::cellGeometry ( int&nbsp;row, int&nbsp;col ) const
</h3>
Returns the geometry of the cell with row <em>row</em> and column <em>col</em>
in the grid. Returns an invalid rectangle if <em>row</em> or <em>col</em> is
@@ -380,7 +380,7 @@ grow.
<p> <p>See also <a href="#colStretch">colStretch</a>(), <a href="#addColSpacing">addColSpacing</a>(), and <a href="#setRowStretch">setRowStretch</a>().
<p>Examples: <a href="layout-example.html#x534">layout/layout.cpp</a>, <a href="tutorial1-14.html#x2442">t14/gamebrd.cpp</a>, and <a href="tutorial1-08.html#x2338">t8/main.cpp</a>.
-<h3 class=fn>void <a name="setGeometry"></a>TQGridLayout::setGeometry ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setGeometry"></a>TQGridLayout::setGeometry ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [virtual]</tt>
</h3>
Resizes managed widgets within the rectangle <em>r</em>.