summaryrefslogtreecommitdiffstats
path: root/doc/html/tqwidgetstack.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/tqwidgetstack.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/tqwidgetstack.html')
-rw-r--r--doc/html/tqwidgetstack.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqwidgetstack.html b/doc/html/tqwidgetstack.html
index de68d6ec..6fc5ff28 100644
--- a/doc/html/tqwidgetstack.html
+++ b/doc/html/tqwidgetstack.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
only the top widget is user-visible.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="tqwidgetstack-h.html">tqwidgetstack.h</a>&gt;</tt>
-<p>Inherits <a href="ntqframe.html">TQFrame</a>.
+<p>Inherits <a href="tqframe.html">TQFrame</a>.
<p><a href="tqwidgetstack-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -84,22 +84,22 @@ pointers using <a href="#widget">widget</a>(). These numeric IDs are unique (per
TQWidgetStack, not globally), but TQWidgetStack does not attach any
additional meaning to them.
<p> The default widget stack is frameless, but you can use the usual
-<a href="ntqframe.html">TQFrame</a> functions (such as <a href="ntqframe.html#setFrameStyle">setFrameStyle</a>()) to add a frame.
+<a href="tqframe.html">TQFrame</a> functions (such as <a href="tqframe.html#setFrameStyle">setFrameStyle</a>()) to add a frame.
<p> TQWidgetStack provides a signal, <a href="#aboutToShow">aboutToShow</a>(), which is emitted
just before a managed widget is shown.
-<p> <p>See also <a href="ntqtabdialog.html">TQTabDialog</a>, <a href="ntqtabbar.html">TQTabBar</a>, <a href="ntqframe.html">TQFrame</a>, and <a href="organizers.html">Organizers</a>.
+<p> <p>See also <a href="tqtabdialog.html">TQTabDialog</a>, <a href="tqtabbar.html">TQTabBar</a>, <a href="tqframe.html">TQFrame</a>, and <a href="organizers.html">Organizers</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="TQWidgetStack"></a>TQWidgetStack::TQWidgetStack ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs an empty widget stack.
-<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="ntqframe.html">TQFrame</a>
+<p> The <em>parent</em> and <em>name</em> arguments are passed to the <a href="tqframe.html">TQFrame</a>
constructor.
<h3 class=fn><a name="TQWidgetStack-2"></a>TQWidgetStack::TQWidgetStack ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name, WFlags&nbsp;f )
</h3>
Constructs an empty widget stack.
-<p> The <em>parent</em>, <em>name</em> and <em>f</em> arguments are passed to the <a href="ntqframe.html">TQFrame</a>
+<p> The <em>parent</em>, <em>name</em> and <em>f</em> arguments are passed to the <a href="tqframe.html">TQFrame</a>
constructor.
<h3 class=fn><a name="~TQWidgetStack"></a>TQWidgetStack::~TQWidgetStack ()