summaryrefslogtreecommitdiffstats
path: root/doc/html/qvboxlayout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qvboxlayout.html')
-rw-r--r--doc/html/qvboxlayout.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qvboxlayout.html b/doc/html/qvboxlayout.html
index 0db8acff7..904e061e3 100644
--- a/doc/html/qvboxlayout.html
+++ b/doc/html/qvboxlayout.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQVBoxLayout class lines up widgets vertically.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qlayout-h.html">qlayout.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;</tt>
<p>Inherits <a href="qboxlayout.html">TQBoxLayout</a>.
<p><a href="qvboxlayout-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -63,7 +63,7 @@ body { background: #ffffff; color: black; }
<p> <p>See also <a href="qhboxlayout.html">TQHBoxLayout</a>, <a href="qgridlayout.html">TQGridLayout</a>, <a href="layout.html">the Layout overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQVBoxLayout"></a>TQVBoxLayout::TQVBoxLayout ( <a href="qwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, int&nbsp;margin = 0, int&nbsp;spacing = -1, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQVBoxLayout"></a>TQVBoxLayout::TQVBoxLayout ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, int&nbsp;margin = 0, int&nbsp;spacing = -1, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a new top-level vertical box called <em>name</em>, with
parent <em>parent</em>.
@@ -72,13 +72,13 @@ widget and its managed children. The <em>spacing</em> is the default
number of pixels between neighboring children. If <em>spacing</em> is -1
the value of <em>margin</em> is used for <em>spacing</em>.
-<h3 class=fn><a name="TQVBoxLayout-2"></a>TQVBoxLayout::TQVBoxLayout ( <a href="qlayout.html">TQLayout</a>&nbsp;*&nbsp;parentLayout, int&nbsp;spacing = -1, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQVBoxLayout-2"></a>TQVBoxLayout::TQVBoxLayout ( <a href="ntqlayout.html">TQLayout</a>&nbsp;*&nbsp;parentLayout, int&nbsp;spacing = -1, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a new vertical box called name <em>name</em> and adds it to
<em>parentLayout</em>.
<p> The <em>spacing</em> is the default number of pixels between neighboring
children. If <em>spacing</em> is -1, this TQVBoxLayout will inherit its
-parent's <a href="qlayout.html#spacing">spacing</a>().
+parent's <a href="ntqlayout.html#spacing">spacing</a>().
<h3 class=fn><a name="TQVBoxLayout-3"></a>TQVBoxLayout::TQVBoxLayout ( int&nbsp;spacing = -1, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
@@ -86,7 +86,7 @@ Constructs a new vertical box called name <em>name</em>. You must add
it to another layout.
<p> The <em>spacing</em> is the default number of pixels between neighboring
children. If <em>spacing</em> is -1, this TQVBoxLayout will inherit its
-parent's <a href="qlayout.html#spacing">spacing</a>().
+parent's <a href="ntqlayout.html#spacing">spacing</a>().
<h3 class=fn><a name="~TQVBoxLayout"></a>TQVBoxLayout::~TQVBoxLayout ()
</h3>