summaryrefslogtreecommitdiffstats
path: root/doc/html/tqbuttongroup.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqbuttongroup.html')
-rw-r--r--doc/html/tqbuttongroup.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqbuttongroup.html b/doc/html/tqbuttongroup.html
index 003622d10..429964982 100644
--- a/doc/html/tqbuttongroup.html
+++ b/doc/html/tqbuttongroup.html
@@ -122,14 +122,14 @@ Constructs a button group 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>
constructor.
-<h3 class=fn><a name="TQButtonGroup-3"></a>TQButtonGroup::TQButtonGroup ( int&nbsp;strips, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQButtonGroup-3"></a>TQButtonGroup::TQButtonGroup ( int&nbsp;strips, <a href="tqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a button group with no title. Child widgets will be
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="TQButtonGroup-4"></a>TQButtonGroup::TQButtonGroup ( 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 class=fn><a name="TQButtonGroup-4"></a>TQButtonGroup::TQButtonGroup ( int&nbsp;strips, <a href="tqt.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 button group with title <em>title</em>. Child widgets will
be arranged in <em>strips</em> rows or columns (depending on <em>orientation</em>).
@@ -189,7 +189,7 @@ See the <a href="tqbuttongroup.html#radioButtonExclusive-prop">"radioButtonExclu
Moves the <a href="focus.html#keyboard-focus">keyboard focus</a> according to <em>key</em>, and if appropriate
checks the new focus item.
<p> This function does nothing unless the keyboard focus points to one
-of the button group members and <em>key</em> is one of <a href="ntqt.html#Key-enum">Key_Up</a>, <a href="ntqt.html#Key-enum">Key_Down</a>, <a href="ntqt.html#Key-enum">Key_Left</a> and <a href="ntqt.html#Key-enum">Key_Right</a>.
+of the button group members and <em>key</em> is one of <a href="tqt.html#Key-enum">Key_Up</a>, <a href="tqt.html#Key-enum">Key_Down</a>, <a href="tqt.html#Key-enum">Key_Left</a> and <a href="tqt.html#Key-enum">Key_Right</a>.
<h3 class=fn>void <a name="pressed"></a>TQButtonGroup::pressed ( int&nbsp;id )<tt> [signal]</tt>
</h3>