summaryrefslogtreecommitdiffstats
path: root/doc/html/qnpinstance.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qnpinstance.html')
-rw-r--r--doc/html/qnpinstance.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qnpinstance.html b/doc/html/qnpinstance.html
index c63724384..87fb6d5b7 100644
--- a/doc/html/qnpinstance.html
+++ b/doc/html/qnpinstance.html
@@ -34,8 +34,8 @@ body { background: #ffffff; color: black; }
<p>The TQNPInstance class provides a TQObject that is a web browser plugin.
<a href="#details">More...</a>
<p>This class is part of the <b>TQt Netscape Extension</b>.
-<p><tt>#include &lt;<a href="qnp-h.html">qnp.h</a>&gt;</tt>
-<p>Inherits <a href="qobject.html">TQObject</a>.
+<p><tt>#include &lt;<a href="qnp-h.html">ntqnp.h</a>&gt;</tt>
+<p>Inherits <a href="ntqobject.html">TQObject</a>.
<p><a href="qnpinstance-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -74,7 +74,7 @@ body { background: #ffffff; color: black; }
<p> This class is defined in the <b>TQt <a href="netscape-plugin.html#Netscape">Netscape</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 TQNPInstance class provides a <a href="qobject.html">TQObject</a> that is a web browser plugin.
+The TQNPInstance class provides a <a href="ntqobject.html">TQObject</a> that is a web browser plugin.
<p>
<p> Deriving from TQNPInstance creates an object that represents a
single <tt>&lt;EMBED&gt;</tt> tag in an HTML document.
@@ -87,11 +87,11 @@ in which functions are called. Sometimes the browser will call
<a href="#newWindow">newWindow</a>() first, at other times, <a href="#newStreamCreated">newStreamCreated</a>() will be
called first (assuming the <tt>&lt;EMBED&gt;</tt> tag has a SRC parameter).
<p> <em>None of TQt's GUI functionality</em> may be used until after the
-first call to newWindow(). This includes any use of <a href="qpaintdevice.html">TQPaintDevice</a>
-(i.e. <a href="qpixmap.html">TQPixmap</a>, <a href="qwidget.html">TQWidget</a>, and all subclasses), <a href="qapplication.html">TQApplication</a>, anything
-related to <a href="qpainter.html">TQPainter</a> (<a href="qbrush.html">TQBrush</a>, etc.), fonts, <a href="qmovie.html">TQMovie</a>, <a href="qtooltip.html">TQToolTip</a>, etc.
-Useful classes which specifically <em>can</em> be used are <a href="qimage.html">TQImage</a>,
-<a href="qfile.html">TQFile</a>, and <a href="qbuffer.html">TQBuffer</a>.
+first call to newWindow(). This includes any use of <a href="ntqpaintdevice.html">TQPaintDevice</a>
+(i.e. <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqwidget.html">TQWidget</a>, and all subclasses), <a href="ntqapplication.html">TQApplication</a>, anything
+related to <a href="ntqpainter.html">TQPainter</a> (<a href="ntqbrush.html">TQBrush</a>, etc.), fonts, <a href="ntqmovie.html">TQMovie</a>, <a href="ntqtooltip.html">TQToolTip</a>, etc.
+Useful classes which specifically <em>can</em> be used are <a href="ntqimage.html">TQImage</a>,
+<a href="ntqfile.html">TQFile</a>, and <a href="ntqbuffer.html">TQBuffer</a>.
<p> This restriction can easily be accommodated by structuring your
plugin so that the task of the TQNPInstance is to gather data,
while the task of the <a href="qnpwidget.html">TQNPWidget</a> is to provide a graphical
@@ -244,7 +244,7 @@ Plugin API.
<p> Passes <em>url</em>, <em>window</em>, <em>buf</em>, <em>len</em>, and <em>file</em> to
NPN_PostURL.
-<h3 class=fn>void <a name="print"></a>TQNPInstance::print ( <a href="qpainter.html">TQPainter</a>&nbsp;* )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="print"></a>TQNPInstance::print ( <a href="ntqpainter.html">TQPainter</a>&nbsp;* )<tt> [virtual]</tt>
</h3>
<p><b>This function is under development and is subject to change.</b>
<p> This function is <em>not tested</em>.