summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtoolbox.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/tqtoolbox.html
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqtoolbox.html')
-rw-r--r--doc/html/tqtoolbox.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqtoolbox.html b/doc/html/tqtoolbox.html
index 3cf5c8d3c..eb7091bc7 100644
--- a/doc/html/tqtoolbox.html
+++ b/doc/html/tqtoolbox.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
items.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqtoolbox-h.html">tqtoolbox.h</a>&gt;</tt>
-<p>Inherits <a href="ntqframe.html">TQFrame</a>.
+<p>Inherits <a href="tqframe.html">TQFrame</a>.
<p><a href="tqtoolbox-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -103,7 +103,7 @@ allows to move items to different positions.
using <a href="#currentIndex">currentIndex</a>(), <a href="#setCurrentIndex">setCurrentIndex</a>(), <a href="#indexOf">indexOf</a>() and <a href="#item">item</a>().
<p> The <a href="#currentChanged">currentChanged</a>() signal is emitted when the current item is
changed.
-<p> <p>See also <a href="ntqtabwidget.html">TQTabWidget</a> and <a href="advanced.html">Advanced Widgets</a>.
+<p> <p>See also <a href="tqtabwidget.html">TQTabWidget</a> and <a href="advanced.html">Advanced Widgets</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQToolBox"></a>TQToolBox::TQToolBox ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )