summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtoolbar.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqtoolbar.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqtoolbar.html')
-rw-r--r--doc/html/ntqtoolbar.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqtoolbar.html b/doc/html/ntqtoolbar.html
index 79d841185..cc9926109 100644
--- a/doc/html/ntqtoolbar.html
+++ b/doc/html/ntqtoolbar.html
@@ -87,7 +87,7 @@ adding two TQActions.
<p> You may use most widgets within a toolbar, with TQToolButton and
<a href="ntqcombobox.html">TQComboBox</a> being the most common.
<p> If you create a new widget on an already visible TQToolBar, this
-widget will automatically become visible without needing a <a href="ntqwidget.html#show">show</a>()
+widget will automatically become visible without needing a <a href="tqwidget.html#show">show</a>()
call. (This differs from every other TQt widget container. We
recommend calling show() anyway since we hope to fix this anomaly
in a future release.)
@@ -127,7 +127,7 @@ orientation correctly for you, but you can set it yourself with
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p>
-<h3 class=fn><a name="TQToolBar-2"></a>TQToolBar::TQToolBar ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, <a href="ntqmainwindow.html">TQMainWindow</a>&nbsp;*&nbsp;mainWindow, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, bool&nbsp;newLine = FALSE, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQToolBar-2"></a>TQToolBar::TQToolBar ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, <a href="ntqmainwindow.html">TQMainWindow</a>&nbsp;*&nbsp;mainWindow, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, bool&nbsp;newLine = FALSE, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs an empty horizontal toolbar.
<p> The toolbar is called <em>name</em> and is a child of <em>parent</em> and is
@@ -164,7 +164,7 @@ Returns a pointer to the <a href="ntqmainwindow.html">TQMainWindow</a> which man
<h3 class=fn>void <a name="setLabel"></a>TQToolBar::setLabel ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; )<tt> [virtual]</tt>
</h3><p>Sets the toolbar's label.
See the <a href="ntqtoolbar.html#label-prop">"label"</a> property for details.
-<h3 class=fn>void <a name="setStretchableWidget"></a>TQToolBar::setStretchableWidget ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setStretchableWidget"></a>TQToolBar::setStretchableWidget ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )<tt> [virtual]</tt>
</h3>
Sets the widget <em>w</em> to be expanded if this toolbar is requested
to stretch.