diff options
Diffstat (limited to 'doc/html/qactiongroup.html')
-rw-r--r-- | doc/html/qactiongroup.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qactiongroup.html b/doc/html/qactiongroup.html index 3a88a9bc8..9f46799ec 100644 --- a/doc/html/qactiongroup.html +++ b/doc/html/qactiongroup.html @@ -77,7 +77,7 @@ appearing as separate menu options and toolbar buttons. <pre> TQActionGroup *grp = new TQActionGroup( this ); - <a name="x2112"></a> <a href="ntqobject.html#connect">connect</a>( grp, TQ_SIGNAL( <a href="#selected">selected</a>( <a href="ntqaction.html">TQAction</a>* ) ), this, TQ_SLOT( textAlign( <a href="ntqaction.html">TQAction</a>* ) ) ); + <a name="x2112"></a> <a href="tqobject.html#connect">connect</a>( grp, TQ_SIGNAL( <a href="#selected">selected</a>( <a href="ntqaction.html">TQAction</a>* ) ), this, TQ_SLOT( textAlign( <a href="ntqaction.html">TQAction</a>* ) ) ); </pre> <p> Here we create a new action group. Since the action group is exclusive by default, only one of the actions in the group is ever active at any @@ -107,13 +107,13 @@ parent. Actions can have separators dividing them using <p>See also <a href="application.html">Main Window and Related Classes</a> and <a href="basic.html">Basic Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQActionGroup"></a>TQActionGroup::TQActionGroup ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQActionGroup"></a>TQActionGroup::TQActionGroup ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs an action group called <em>name</em>, with parent <em>parent</em>. <p> The action group is exclusive by default. Call <a href="#setExclusive">setExclusive</a>(FALSE) to make the action group non-exclusive. -<h3 class=fn><a name="TQActionGroup-2"></a>TQActionGroup::TQActionGroup ( <a href="ntqobject.html">TQObject</a> * parent, const char * name, bool exclusive ) +<h3 class=fn><a name="TQActionGroup-2"></a>TQActionGroup::TQActionGroup ( <a href="tqobject.html">TQObject</a> * parent, const char * name, bool exclusive ) </h3> Constructs an action group called <em>name</em>, with parent <em>parent</em>. <p> If <em>exclusive</em> is TRUE only one toggle action in the group will |