summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqdockarea.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqdockarea.html')
-rw-r--r--doc/html/ntqdockarea.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqdockarea.html b/doc/html/ntqdockarea.html
index 6cac1b25..439d7a1e 100644
--- a/doc/html/ntqdockarea.html
+++ b/doc/html/ntqdockarea.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQDockArea class manages and lays out TQDockWindows.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qdockarea-h.html">ntqdockarea.h</a>&gt;</tt>
-<p>Inherits <a href="ntqwidget.html">TQWidget</a>.
+<p>Inherits <a href="tqwidget.html">TQWidget</a>.
<p><a href="qdockarea-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -86,7 +86,7 @@ TQToolBars and TQDockWindows, so in most situations you do not need
to use the TQDockArea class directly. Although TQMainWindow contains
support for its own dock areas it isn't convenient for adding new
TQDockAreas. If you need to create your own dock areas we suggest
-that you create a subclass of <a href="ntqwidget.html">TQWidget</a> and add your TQDockAreas to
+that you create a subclass of <a href="tqwidget.html">TQWidget</a> and add your TQDockAreas to
your subclass.
<p> <center><img src="qmainwindow-qdockareas.png" alt="TQMainWindow's TQDockAreas"></center>
<p> <a name="lines"></a>
@@ -145,7 +145,7 @@ the right or bottom.
the left or top.
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQDockArea"></a>TQDockArea::TQDockArea ( <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;o, <a href="ntqdockarea.html#HandlePosition-enum">HandlePosition</a>&nbsp;h = Normal, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQDockArea"></a>TQDockArea::TQDockArea ( <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;o, <a href="ntqdockarea.html#HandlePosition-enum">HandlePosition</a>&nbsp;h = Normal, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a TQDockArea with orientation <em>o</em>, HandlePosition <em>h</em>,
parent <em>parent</em> and called <em>name</em>.