summaryrefslogtreecommitdiffstats
path: root/doc/html/netscape-plugin.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/netscape-plugin.html')
-rw-r--r--doc/html/netscape-plugin.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/netscape-plugin.html b/doc/html/netscape-plugin.html
index 3e1c663cb..472a7cc9b 100644
--- a/doc/html/netscape-plugin.html
+++ b/doc/html/netscape-plugin.html
@@ -42,10 +42,10 @@ protocol. Modern versions of MSIE do not support this protocol.
</h2>
<a name="1"></a><p> The Netscape Plugin Extension consists of the follow classes:
<ul>
-<li> <a href="qnplugin.html">TQNPlugin</a>
-<li> <a href="qnpinstance.html">TQNPInstance</a>
-<li> <a href="qnpwidget.html">TQNPWidget</a>
-<li> <a href="qnpstream.html">TQNPStream</a>
+<li> <a href="tqnplugin.html">TQNPlugin</a>
+<li> <a href="tqnpinstance.html">TQNPInstance</a>
+<li> <a href="tqnpwidget.html">TQNPWidget</a>
+<li> <a href="tqnpstream.html">TQNPStream</a>
</ul>
<p> <h2> How-to
</h2>
@@ -65,7 +65,7 @@ protocol. Modern versions of MSIE do not support this protocol.
<li> Build the Netscape Plugin extension library, found in the
<tt>extensions/nsplugin/src</tt> directory of your TQt distribution.
This produces a static library to be linked with your plugin code.
-<li> Read the <a href="qnplugin.html">plugin class documentation</a>, and
+<li> Read the <a href="tqnplugin.html">plugin class documentation</a>, and
examine the <a href="nsplugin-examples.html">example plugins</a>.
<li> Do most of your development as a stand-alone TQt application - debugging
Netscape Plugins is cumbersome. You may want to use <tt>signal(2)</tt>