summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqdockarea.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/ntqdockarea.html
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz
tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 d657ff476..4791d2bc9 100644
--- a/doc/html/ntqdockarea.html
+++ b/doc/html/ntqdockarea.html
@@ -80,15 +80,15 @@ with the <a href="ntqdockwindow.html">TQDockWindow</a>s it is responsible for th
undocking of <a href="ntqdockwindow.html">TQDockWindow</a>s and moving them inside the dock
area. TQDockAreas also handle the wrapping of <a href="ntqdockwindow.html">TQDockWindow</a>s to
fill the available space as compactly as possible. TQDockAreas can
-contain TQToolBars since <a href="ntqtoolbar.html">TQToolBar</a> is a <a href="ntqdockwindow.html">TQDockWindow</a> subclass.
-<p> <a href="ntqmainwindow.html">TQMainWindow</a> contains four TQDockAreas which you can use for your
+contain TQToolBars since <a href="tqtoolbar.html">TQToolBar</a> is a <a href="ntqdockwindow.html">TQDockWindow</a> subclass.
+<p> <a href="tqmainwindow.html">TQMainWindow</a> contains four TQDockAreas which you can use for your
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="tqwidget.html">TQWidget</a> and add your TQDockAreas to
your subclass.
-<p> <center><img src="qmainwindow-qdockareas.png" alt="TQMainWindow's TQDockAreas"></center>
+<p> <center><img src="tqmainwindow-qdockareas.png" alt="TQMainWindow's TQDockAreas"></center>
<p> <a name="lines"></a>
<em>Lines</em>. TQDockArea uses the concept of lines. A line is a
horizontal region which may contain dock windows side-by-side. A