summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqdockwindow.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqdockwindow.html')
-rw-r--r--doc/html/ntqdockwindow.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqdockwindow.html b/doc/html/ntqdockwindow.html
index ff2242d8f..d89bd9efb 100644
--- a/doc/html/ntqdockwindow.html
+++ b/doc/html/ntqdockwindow.html
@@ -154,7 +154,7 @@ constructing a dock window that contains multiple widgets, e.g. a
toolbar, arrange the widgets within a box layout inside the dock
window. To do this use the <a href="#boxLayout">boxLayout</a>() function to get a pointer
to the dock window's box layout, then add widgets to the layout
-using the box layout's <a href="qboxlayout.html#addWidget">TQBoxLayout::addWidget</a>() function. The dock
+using the box layout's <a href="tqboxlayout.html#addWidget">TQBoxLayout::addWidget</a>() function. The dock
window will dynamically set the orientation of the layout to be
vertical or horizontal as necessary, although you can control this
yourself with <a href="#setOrientation">setOrientation</a>().
@@ -238,12 +238,12 @@ with widget flags <em>f</em>.
<p> Returns the dock area in which this dock window is docked, or 0 if
the dock window is floating.
-<h3 class=fn><a href="qboxlayout.html">TQBoxLayout</a>&nbsp;* <a name="boxLayout"></a>TQDockWindow::boxLayout ()
+<h3 class=fn><a href="tqboxlayout.html">TQBoxLayout</a>&nbsp;* <a name="boxLayout"></a>TQDockWindow::boxLayout ()
</h3>
Returns the layout which is used for adding widgets to the dock
window. The layout's orientation is set automatically to match the
orientation of the dock window. You can add widgets to the layout
-using the box layout's <a href="qboxlayout.html#addWidget">TQBoxLayout::addWidget</a>() function.
+using the box layout's <a href="tqboxlayout.html#addWidget">TQBoxLayout::addWidget</a>() function.
<p> If the dock window only needs to contain a single widget use
<a href="#setWidget">setWidget</a>() instead.
<p> <p>See also <a href="#setWidget">setWidget</a>() and <a href="#setOrientation">setOrientation</a>().