diff options
Diffstat (limited to 'doc/html/tqwizard.html')
-rw-r--r-- | doc/html/tqwizard.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqwizard.html b/doc/html/tqwizard.html index c74d62536..de3873120 100644 --- a/doc/html/tqwizard.html +++ b/doc/html/tqwizard.html @@ -213,13 +213,13 @@ Inserts <em>page</em> at position <em>index</em> into the page sequence, with title <em>title</em>. If <em>index</em> is -1, the page will be appended to the end of the wizard's page sequence. -<h3 class=fn>void <a name="layOutButtonRow"></a>TQWizard::layOutButtonRow ( <a href="qhboxlayout.html">TQHBoxLayout</a> * layout )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="layOutButtonRow"></a>TQWizard::layOutButtonRow ( <a href="tqhboxlayout.html">TQHBoxLayout</a> * layout )<tt> [virtual protected]</tt> </h3> This virtual function is responsible for adding the buttons below the bottom divider. <p> <em>layout</em> is the horizontal layout of the entire wizard. -<h3 class=fn>void <a name="layOutTitleRow"></a>TQWizard::layOutTitleRow ( <a href="qhboxlayout.html">TQHBoxLayout</a> * layout, const <a href="tqstring.html">TQString</a> & title )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="layOutTitleRow"></a>TQWizard::layOutTitleRow ( <a href="tqhboxlayout.html">TQHBoxLayout</a> * layout, const <a href="tqstring.html">TQString</a> & title )<tt> [virtual protected]</tt> </h3> This virtual function is responsible for laying out the title row. <p> <em>layout</em> is the horizontal layout for the wizard, and <em>title</em> is the title for this page. This function is called every |