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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qgridlayout.html b/doc/html/qgridlayout.html
index fbc85c46..7e6fd403 100644
--- a/doc/html/qgridlayout.html
+++ b/doc/html/qgridlayout.html
@@ -110,7 +110,7 @@ from the layout until <a href="tqwidget.html#show">TQWidget::show</a>() is calle
three-row grid (the grid is shown overlaid in magenta):
<p> <center><img src="gridlayout.png"></center>
<p> Columns 0, 2 and 4 in this dialog fragment are made up of a
-<a href="ntqlabel.html">TQLabel</a>, a <a href="ntqlineedit.html">TQLineEdit</a>, and a <a href="ntqlistbox.html">TQListBox</a>. Columns 1 and 3 are
+<a href="tqlabel.html">TQLabel</a>, a <a href="ntqlineedit.html">TQLineEdit</a>, and a <a href="ntqlistbox.html">TQListBox</a>. Columns 1 and 3 are
placeholders made with <a href="#addColSpacing">addColSpacing</a>(). Row 0 consists of three
TQLabel objects, row 1 of three TQLineEdit objects and row 2 of
three TQListBox objects. We used placeholder columns (1 and 3) to