summaryrefslogtreecommitdiffstats
path: root/extensions/nsplugin
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/nsplugin')
-rw-r--r--extensions/nsplugin/doc/index.doc10
-rw-r--r--extensions/nsplugin/examples/grapher/grapher.doc2
-rw-r--r--extensions/nsplugin/examples/trivial/trivial.doc2
3 files changed, 7 insertions, 7 deletions
diff --git a/extensions/nsplugin/doc/index.doc b/extensions/nsplugin/doc/index.doc
index 83903493..f7e56f7f 100644
--- a/extensions/nsplugin/doc/index.doc
+++ b/extensions/nsplugin/doc/index.doc
@@ -11,10 +11,10 @@
/*! \page netscape-plugin.html
-\title Qt Netscape Plugin Extension
+\title TQt Netscape Plugin Extension
\keyword Netscape
-The Qt Netscape Plugin software makes it easy to write browser plugins
+The TQt Netscape Plugin software makes it easy to write browser plugins
that can be used on both Unix/Linux and MS-Windows, in Netscape,
Mozilla, and any other web browser supporting Netscape's LiveConnect
protocol. Modern versions of MSIE do not support this protocol. Use
@@ -47,11 +47,11 @@ The Netscape Plugin Extension consists of the follow classes:
\i \c include/jritypes.h
\endlist
\i Build the Netscape Plugin extension library, found in the
- \c{extensions/nsplugin/src} directory of your Qt distribution.
+ \c{extensions/nsplugin/src} directory of your TQt distribution.
This produces a static library to be linked with your plugin code.
\i Read the \link qnplugin.html plugin class documentation \endlink, and
examine the \link nsplugin-examples.html example plugins \endlink.
- \i Do most of your development as a stand-alone Qt application - debugging
+ \i Do most of your development as a stand-alone TQt application - debugging
Netscape Plugins is cumbersome. You may want to use \c{signal(2)}
in your plugin to enable core-dumps if your browser disables them.
\i Note the platform-specific build steps below.
@@ -81,7 +81,7 @@ The Netscape Plugin Extension consists of the follow classes:
\section2 Building under Windows
\list
- \i For Netscape plugins to work, Qt needs to be in the system DLL
+ \i For Netscape plugins to work, TQt needs to be in the system DLL
path or be compiled into the plugin as a static library.
\i Plugins must be named \c{np}\e{name}\c{.dll},
or the browser will ignore them.
diff --git a/extensions/nsplugin/examples/grapher/grapher.doc b/extensions/nsplugin/examples/grapher/grapher.doc
index 4ef87786..752499b9 100644
--- a/extensions/nsplugin/examples/grapher/grapher.doc
+++ b/extensions/nsplugin/examples/grapher/grapher.doc
@@ -8,7 +8,7 @@
and QNPInstance::write() functions.
To build the example, you must first build the
- <a href=nsplugin.html>Qt Netscape Plugin Extension</a> library.
+ <a href=nsplugin.html>TQt Netscape Plugin Extension</a> library.
Then type <tt>make</tt> in <tt>extensions/nsplugin/examples/grapher/</tt>
and copy the resulting <tt>grapher.so</tt> or <tt>npgrapher.dll</tt>
to the Plugins directory of your WWW browser.
diff --git a/extensions/nsplugin/examples/trivial/trivial.doc b/extensions/nsplugin/examples/trivial/trivial.doc
index 14325c9e..b1f1b946 100644
--- a/extensions/nsplugin/examples/trivial/trivial.doc
+++ b/extensions/nsplugin/examples/trivial/trivial.doc
@@ -8,7 +8,7 @@
extension.
To build the example, you must first build the
- \link netscape-plugin.html Qt Netscape Plugin Extension\endlink library.
+ \link netscape-plugin.html TQt Netscape Plugin Extension\endlink library.
Then type \c{make} in \c{extensions/nsplugin/examples/trivial/}
and copy the resulting \c{trivial.so} or \c{nptrivial.dll}
to the Plugins directory of your WWW browser.