summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqgroupbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqgroupbox.html')
-rw-r--r--doc/html/ntqgroupbox.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqgroupbox.html b/doc/html/ntqgroupbox.html
index ec6b1c8e..53c0ee6c 100644
--- a/doc/html/ntqgroupbox.html
+++ b/doc/html/ntqgroupbox.html
@@ -119,7 +119,7 @@ Constructs a group box widget with no title.
constructor.
<p> This constructor does not do automatic layout.
-<h3 class=fn><a name="TQGroupBox-2"></a>TQGroupBox::TQGroupBox ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;title, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQGroupBox-2"></a>TQGroupBox::TQGroupBox ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;title, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a group box with the title <em>title</em>.
<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqwidget.html">TQWidget</a>
@@ -133,7 +133,7 @@ arranged in <em>strips</em> rows or columns (depending on <em>orientation</em>).
<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqwidget.html">TQWidget</a>
constructor.
-<h3 class=fn><a name="TQGroupBox-4"></a>TQGroupBox::TQGroupBox ( int&nbsp;strips, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;title, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQGroupBox-4"></a>TQGroupBox::TQGroupBox ( int&nbsp;strips, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;title, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a group box titled <em>title</em>. Child widgets will be
arranged in <em>strips</em> rows or columns (depending on <em>orientation</em>).
@@ -232,10 +232,10 @@ the group to <em>s</em> pixels.
<h3 class=fn>void <a name="setOrientation"></a>TQGroupBox::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )
</h3><p>Sets the group box's orientation.
See the <a href="ntqgroupbox.html#orientation-prop">"orientation"</a> property for details.
-<h3 class=fn>void <a name="setTitle"></a>TQGroupBox::setTitle ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setTitle"></a>TQGroupBox::setTitle ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the group box title text.
See the <a href="ntqgroupbox.html#title-prop">"title"</a> property for details.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="title"></a>TQGroupBox::title () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="title"></a>TQGroupBox::title () const
</h3><p>Returns the group box title text.
See the <a href="ntqgroupbox.html#title-prop">"title"</a> property for details.
<h3 class=fn>void <a name="toggled"></a>TQGroupBox::toggled ( bool&nbsp;on )<tt> [signal]</tt>
@@ -305,7 +305,7 @@ slow (it does a complete layout). It is better to set the
orientation directly in the constructor.
<p>Set this property's value with <a href="#setOrientation">setOrientation</a>() and get this property's value with <a href="#orientation">orientation</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="title-prop"></a>title</h3>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="title-prop"></a>title</h3>
<p>This property holds the group box title text.
<p>The group box title text will have a focus-change keyboard
accelerator if the title contains &amp;, followed by a letter.