diff options
Diffstat (limited to 'doc/html/ntqtoolbutton.html')
-rw-r--r-- | doc/html/ntqtoolbutton.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqtoolbutton.html b/doc/html/ntqtoolbutton.html index d8886421d..86ed756e3 100644 --- a/doc/html/ntqtoolbutton.html +++ b/doc/html/ntqtoolbutton.html @@ -140,7 +140,7 @@ tool button's icon. </h3> Constructs an empty tool button called <em>name</em>, with parent <em>parent</em>. -<h3 class=fn><a name="TQToolButton-2"></a>TQToolButton::TQToolButton ( const <a href="ntqiconset.html">TQIconSet</a> & iconSet, const <a href="ntqstring.html">TQString</a> & textLabel, const <a href="ntqstring.html">TQString</a> & grouptext, <a href="ntqobject.html">TQObject</a> * receiver, const char * slot, <a href="ntqtoolbar.html">TQToolBar</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQToolButton-2"></a>TQToolButton::TQToolButton ( const <a href="ntqiconset.html">TQIconSet</a> & iconSet, const <a href="ntqstring.html">TQString</a> & textLabel, const <a href="ntqstring.html">TQString</a> & grouptext, <a href="tqobject.html">TQObject</a> * receiver, const char * slot, <a href="ntqtoolbar.html">TQToolBar</a> * parent, const char * name = 0 ) </h3> Constructs a tool button called <em>name</em>, that is a child of <em>parent</em> (which must be a <a href="ntqtoolbar.html">TQToolBar</a>). <p> The tool button will display <em>iconSet</em>, with its text label and |