diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-12 22:02:11 +0900 | 
| commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
| tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/tqwidgetstack.html | |
| parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
| download | tqt-42957a3f.tar.gz tqt-42957a3f.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.html | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/doc/html/tqwidgetstack.html b/doc/html/tqwidgetstack.html index de68d6ecd..6fc5ff288 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 <<a href="tqwidgetstack-h.html">tqwidgetstack.h</a>></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> * parent = 0, const char * 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> * parent, const char * name, WFlags 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 () | 
