summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdockwindow.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqdockwindow.html')
-rw-r--r--doc/html/tqdockwindow.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqdockwindow.html b/doc/html/tqdockwindow.html
index 264105fd2..5b8e3084b 100644
--- a/doc/html/tqdockwindow.html
+++ b/doc/html/tqdockwindow.html
@@ -147,7 +147,7 @@ the parent if you want it floated.
<p> In the example above we create a new <a href="tqtoolbar.html">TQToolBar</a> in the constructor
of a <a href="tqmainwindow.html">TQMainWindow</a> subclass (so that the <em>this</em> pointer points to
-the TQMainWindow). By default the toolbar will be added to the <a href="ntqt.html#Dock-enum">Top</a> dock area, but we've moved it to the <a href="ntqt.html#Dock-enum">Left</a> dock area.
+the TQMainWindow). By default the toolbar will be added to the <a href="tqt.html#Dock-enum">Top</a> dock area, but we've moved it to the <a href="tqt.html#Dock-enum">Left</a> dock area.
<p> A dock window is often used to contain a single widget. In these
cases the widget can be set by calling <a href="#setWidget">setWidget</a>(). If you're
constructing a dock window that contains multiple widgets, e.g. a
@@ -220,7 +220,7 @@ Constructs a TQDockWindow with parent <em>parent</em>, called <em>name</em> and
with widget flags <em>f</em>.
<p> If <em>p</em> is <a href="#Place-enum">InDock</a>, the dock window is docked into a dock area
and <em>parent</em> <em>must</em> be a <a href="tqdockarea.html">TQDockArea</a> or a <a href="tqmainwindow.html">TQMainWindow</a>. If the <em>parent</em> is a TQMainWindow the dock window will be docked in the main
-window's <a href="ntqt.html#Dock-enum">Top</a> dock area.
+window's <a href="tqt.html#Dock-enum">Top</a> dock area.
<p> If <em>p</em> is <a href="#Place-enum">OutsideDock</a>, the dock window is created as a floating
window.
<p> We recommend creating the dock area <a href="#Place-enum">InDock</a> with a TQMainWindow
@@ -310,12 +310,12 @@ See the <a href="tqdockwindow.html#offset-prop">"offset"</a> property for detail
<h3 class=fn>bool <a name="opaqueMoving"></a>TQDockWindow::opaqueMoving () const
</h3><p>Returns TRUE if the dock window will be shown normally whilst it is being moved; otherwise returns FALSE.
See the <a href="tqdockwindow.html#opaqueMoving-prop">"opaqueMoving"</a> property for details.
-<h3 class=fn><a href="ntqt.html#Orientation-enum">TQt::Orientation</a> <a name="orientation"></a>TQDockWindow::orientation () const
+<h3 class=fn><a href="tqt.html#Orientation-enum">TQt::Orientation</a> <a name="orientation"></a>TQDockWindow::orientation () const
</h3>
Returns the orientation of the dock window.
<p> <p>See also <a href="#orientationChanged">orientationChanged</a>().
-<h3 class=fn>void <a name="orientationChanged"></a>TQDockWindow::orientationChanged ( <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;o )<tt> [signal]</tt>
+<h3 class=fn>void <a name="orientationChanged"></a>TQDockWindow::orientationChanged ( <a href="tqt.html#Orientation-enum">Orientation</a>&nbsp;o )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the orientation of the dock window is
@@ -370,7 +370,7 @@ See the <a href="tqdockwindow.html#offset-prop">"offset"</a> property for detail
<h3 class=fn>void <a name="setOpaqueMoving"></a>TQDockWindow::setOpaqueMoving ( bool&nbsp;b )<tt> [virtual]</tt>
</h3><p>Sets whether the dock window will be shown normally whilst it is being moved to <em>b</em>.
See the <a href="tqdockwindow.html#opaqueMoving-prop">"opaqueMoving"</a> property for details.
-<h3 class=fn>void <a name="setOrientation"></a>TQDockWindow::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;o )<tt> [virtual slot]</tt>
+<h3 class=fn>void <a name="setOrientation"></a>TQDockWindow::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a>&nbsp;o )<tt> [virtual slot]</tt>
</h3>
Sets the orientation of the dock window to <em>o</em>. The orientation
is propagated to the layout <a href="#boxLayout">boxLayout</a>().