summaryrefslogtreecommitdiffstats
path: root/doc/html/tqframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqframe.html')
-rw-r--r--doc/html/tqframe.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqframe.html b/doc/html/tqframe.html
index c6f14b7ea..3f823353c 100644
--- a/doc/html/tqframe.html
+++ b/doc/html/tqframe.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqframe-h.html">tqframe.h</a>&gt;</tt>
<p>Inherits <a href="tqwidget.html">TQWidget</a>.
-<p>Inherited by <a href="ntqgroupbox.html">TQGroupBox</a>, <a href="tqscrollview.html">TQScrollView</a>, <a href="ntqdockwindow.html">TQDockWindow</a>, <a href="tqgrid.html">TQGrid</a>, <a href="ntqhbox.html">TQHBox</a>, <a href="tqlabel.html">TQLabel</a>, <a href="tqlcdnumber.html">TQLCDNumber</a>, <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqmenubar.html">TQMenuBar</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="tqprogressbar.html">TQProgressBar</a>, <a href="ntqsplitter.html">TQSplitter</a>, <a href="tqtoolbox.html">TQToolBox</a>, and <a href="tqwidgetstack.html">TQWidgetStack</a>.
+<p>Inherited by <a href="tqgroupbox.html">TQGroupBox</a>, <a href="tqscrollview.html">TQScrollView</a>, <a href="ntqdockwindow.html">TQDockWindow</a>, <a href="tqgrid.html">TQGrid</a>, <a href="tqhbox.html">TQHBox</a>, <a href="tqlabel.html">TQLabel</a>, <a href="tqlcdnumber.html">TQLCDNumber</a>, <a href="tqlineedit.html">TQLineEdit</a>, <a href="tqmenubar.html">TQMenuBar</a>, <a href="tqpopupmenu.html">TQPopupMenu</a>, <a href="tqprogressbar.html">TQProgressBar</a>, <a href="ntqsplitter.html">TQSplitter</a>, <a href="tqtoolbox.html">TQToolBox</a>, and <a href="tqwidgetstack.html">TQWidgetStack</a>.
<p><a href="tqframe-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -101,7 +101,7 @@ The frames of widgets like these can be changed.
<p> The TQFrame class can also be used directly for creating simple
frames without any contents, although usually you would use a
-<a href="ntqhbox.html">TQHBox</a> or <a href="ntqvbox.html">TQVBox</a> because they automatically lay out the widgets you
+<a href="tqhbox.html">TQHBox</a> or <a href="tqvbox.html">TQVBox</a> because they automatically lay out the widgets you
put inside the frame.
<p> A frame widget has four attributes: <a href="#frameStyle">frameStyle</a>(), <a href="#lineWidth">lineWidth</a>(),
<a href="#midLineWidth">midLineWidth</a>(), and <a href="#margin">margin</a>().