diff options
Diffstat (limited to 'doc/html/ntqdockarea.html')
-rw-r--r-- | doc/html/ntqdockarea.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqdockarea.html b/doc/html/ntqdockarea.html index 83db618fe..d657ff476 100644 --- a/doc/html/ntqdockarea.html +++ b/doc/html/ntqdockarea.html @@ -114,7 +114,7 @@ see if a dock area contains a particular dock window use <a href="#hasDockWindow">hasDockWindow</a>(); to see how many dock windows a dock area contains use <a href="#count">count</a>(). <p> The streaming operators can write the positions of the dock -windows in the dock area to a <a href="ntqtextstream.html">TQTextStream</a>. The positions can be +windows in the dock area to a <a href="tqtextstream.html">TQTextStream</a>. The positions can be read back later to restore the saved positions. <p> Save the positions to a TQTextStream: <pre> @@ -250,14 +250,14 @@ constructor. <p>Get this property's value with <a href="#orientation">orientation</a>(). <hr><h2>Related Functions</h2> -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="ntqtextstream.html">TQTextStream</a> & ts, const <a href="ntqdockarea.html">TQDockArea</a> & dockArea ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="tqtextstream.html">TQTextStream</a> & ts, const <a href="ntqdockarea.html">TQDockArea</a> & dockArea ) </h3> <p> Writes the layout of the dock windows in dock area <em>dockArea</em> to the text stream <em>ts</em>. <p> <p>See also <a href="#operator-gt-gt">operator>></a>(). -<h3 class=fn><a href="ntqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="ntqtextstream.html">TQTextStream</a> & ts, <a href="ntqdockarea.html">TQDockArea</a> & dockArea ) +<h3 class=fn><a href="tqtextstream.html">TQTextStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="tqtextstream.html">TQTextStream</a> & ts, <a href="ntqdockarea.html">TQDockArea</a> & dockArea ) </h3> <p> Reads the layout description of the dock windows in dock area <em>dockArea</em> from the text stream <em>ts</em> and restores it. The layout |