summaryrefslogtreecommitdiffstats
path: root/doc/html/qnplugin.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qnplugin.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qnplugin.html')
-rw-r--r--doc/html/qnplugin.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qnplugin.html b/doc/html/qnplugin.html
index f5dd9d1c5..5bbfa8220 100644
--- a/doc/html/qnplugin.html
+++ b/doc/html/qnplugin.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQNPlugin class provides the main factory for plugin objects.
<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><tt>#include &lt;<a href="qnp-h.html">ntqnp.h</a>&gt;</tt>
<p><a href="qnplugin-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -70,9 +70,9 @@ to return some derived class of TQNPlugin. The one TQNPlugin object
creates all <a href="qnpinstance.html">TQNPInstance</a> instances for a web browser running in a
single process.
<p> Additionally, if TQt is linked to the plugin as a dynamic library,
-only one instance of <a href="qapplication.html">TQApplication</a> will exist <em>across all plugins that have been made with TQt</em>. So, your plugin should tread lightly
+only one instance of <a href="ntqapplication.html">TQApplication</a> will exist <em>across all plugins that have been made with TQt</em>. So, your plugin should tread lightly
on global settings. Do not, for example, use
-<a href="qapplication.html#setFont">TQApplication::setFont</a>() - that will change the font in every
+<a href="ntqapplication.html#setFont">TQApplication::setFont</a>() - that will change the font in every
widget of every TQt-based plugin currently loaded!
<hr><h2>Member Function Documentation</h2>
@@ -86,7 +86,7 @@ plugin's implementation of the <a href="#create">TQNPlugin::create</a>() functio
</h3>
Destroys the TQNPlugin. This is called by the plugin binding code
just before the plugin is about to be unloaded from memory. If
-newWindow() has been called, a <a href="qapplication.html">TQApplication</a> will still exist at
+newWindow() has been called, a <a href="ntqapplication.html">TQApplication</a> will still exist at
this time, but will be deleted shortly after, just before the plugin
is deleted.