summaryrefslogtreecommitdiffstats
path: root/doc/html/qhboxlayout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qhboxlayout.html')
-rw-r--r--doc/html/qhboxlayout.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qhboxlayout.html b/doc/html/qhboxlayout.html
index 3b1b9d69..ebc30dc3 100644
--- a/doc/html/qhboxlayout.html
+++ b/doc/html/qhboxlayout.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQHBoxLayout class lines up widgets horizontally.
<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="qhboxlayout-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -55,7 +55,7 @@ The TQHBoxLayout class lines up widgets horizontally.
<p> The simplest use of the class is like this:
<pre>
<a href="qboxlayout.html">TQBoxLayout</a> * l = new TQHBoxLayout( widget );
- l-&gt;<a href="qlayout.html#setAutoAdd">setAutoAdd</a>( TRUE );
+ l-&gt;<a href="ntqlayout.html#setAutoAdd">setAutoAdd</a>( TRUE );
new TQSomeWidget( widget );
new TQSomeOtherWidget( widget );
new TQAnotherWidget( widget );
@@ -72,7 +72,7 @@ The TQHBoxLayout class lines up widgets horizontally.
<p> <p>See also <a href="qvboxlayout.html">TQVBoxLayout</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="TQHBoxLayout"></a>TQHBoxLayout::TQHBoxLayout ( <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="TQHBoxLayout"></a>TQHBoxLayout::TQHBoxLayout ( <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 horizontal box called <em>name</em>, with
parent <em>parent</em>.
@@ -81,13 +81,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="TQHBoxLayout-2"></a>TQHBoxLayout::TQHBoxLayout ( <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="TQHBoxLayout-2"></a>TQHBoxLayout::TQHBoxLayout ( <a href="ntqlayout.html">TQLayout</a>&nbsp;*&nbsp;parentLayout, int&nbsp;spacing = -1, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a new horizontal 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 TQHBoxLayout 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="TQHBoxLayout-3"></a>TQHBoxLayout::TQHBoxLayout ( int&nbsp;spacing = -1, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
@@ -95,7 +95,7 @@ Constructs a new horizontal 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 TQHBoxLayout 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="~TQHBoxLayout"></a>TQHBoxLayout::~TQHBoxLayout ()
</h3>