summaryrefslogtreecommitdiffstats
path: root/doc/html/qaxwidget.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/qaxwidget.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970.tar.gz
tqt-8ac0e970.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qaxwidget.html')
-rw-r--r--doc/html/qaxwidget.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qaxwidget.html b/doc/html/qaxwidget.html
index 9434067ef..0ede19499 100644
--- a/doc/html/qaxwidget.html
+++ b/doc/html/qaxwidget.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
<a href="#details">More...</a>
<p>This class is part of the <b>TQt ActiveTQt Extension</b>.
<p><tt>#include &lt;<a href="qaxwidget-h.html">qaxwidget.h</a>&gt;</tt>
-<p>Inherits <a href="ntqwidget.html">TQWidget</a> and <a href="qaxbase.html">TQAxBase</a>.
+<p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="qaxbase.html">TQAxBase</a>.
<p><a href="qaxwidget-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -59,7 +59,7 @@ body { background: #ffffff; color: black; }
<p> This class is defined in the <b>TQt <a href="activentqt.html#ActiveTQt">ActiveTQt</a> Extension</b>, which can be found in the <tt>qt/extensions</tt> directory. It is not included in the main TQt API.
<p>
-The TQAxWidget class is a <a href="ntqwidget.html">TQWidget</a> that wraps an ActiveX control.
+The TQAxWidget class is a <a href="tqwidget.html">TQWidget</a> that wraps an ActiveX control.
<p>
@@ -71,7 +71,7 @@ slots and signals. The base class <a href="qaxbase.html">TQAxBase</a> provides a
access the ActiveX directly through the IUnknown pointer.
<p> TQAxWidget is a TQWidget and can be used as such, e.g. it can be
organized in a widget hierarchy, receive events or act as an event
-filter. Standard widget properties, e.g. <a href="ntqwidget.html#enabled-prop">enabled</a> are supported, but it depends on the ActiveX
+filter. Standard widget properties, e.g. <a href="tqwidget.html#enabled-prop">enabled</a> are supported, but it depends on the ActiveX
control to implement support for ambient properties like e.g.
palette or font. TQAxWidget tries to provide the necessary hints.
<p> <b>Warning:</b>
@@ -83,21 +83,21 @@ around this problem, aggregate the TQAxWidget as a member of the
<a href="tqobject.html">TQObject</a> subclass.
<p>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQAxWidget"></a>TQAxWidget::TQAxWidget ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQAxWidget"></a>TQAxWidget::TQAxWidget ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
-Creates an empty TQAxWidget widget and propagates <em>parent</em>, <em>name</em> and <em>f</em> to the <a href="ntqwidget.html">TQWidget</a> constructor. To initialize a control,
+Creates an empty TQAxWidget widget and propagates <em>parent</em>, <em>name</em> and <em>f</em> to the <a href="tqwidget.html">TQWidget</a> constructor. To initialize a control,
call <a href="qaxbase.html#setControl">setControl</a>.
-<h3 class=fn><a name="TQAxWidget-2"></a>TQAxWidget::TQAxWidget ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;c, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQAxWidget-2"></a>TQAxWidget::TQAxWidget ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;c, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Creates an TQAxWidget widget and initializes the ActiveX control <em>c</em>.
-<em>parent</em>, <em>name</em> and <em>f</em> are propagated to the <a href="ntqwidget.html">TQWidget</a> contructor.
+<em>parent</em>, <em>name</em> and <em>f</em> are propagated to the <a href="tqwidget.html">TQWidget</a> contructor.
<p> <p>See also <a href="qaxbase.html#control-prop">control</a>.
-<h3 class=fn><a name="TQAxWidget-3"></a>TQAxWidget::TQAxWidget ( IUnknown&nbsp;*&nbsp;iface, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQAxWidget-3"></a>TQAxWidget::TQAxWidget ( IUnknown&nbsp;*&nbsp;iface, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Creates a TQAxWidget that wraps the COM object referenced by <em>iface</em>.
-<em>parent</em>, <em>name</em> and <em>f</em> are propagated to the <a href="ntqwidget.html">TQWidget</a> contructor.
+<em>parent</em>, <em>name</em> and <em>f</em> are propagated to the <a href="tqwidget.html">TQWidget</a> contructor.
<h3 class=fn><a name="~TQAxWidget"></a>TQAxWidget::~TQAxWidget ()
</h3>