From dfb87398c72e9248aa709ae212e6ab7f2209003d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 5 Mar 2015 20:59:01 -0600 Subject: Automated update from Qt3 --- extensions/nsplugin/doc/index.doc | 10 +++++----- extensions/nsplugin/examples/grapher/grapher.doc | 2 +- extensions/nsplugin/examples/trivial/trivial.doc | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'extensions') diff --git a/extensions/nsplugin/doc/index.doc b/extensions/nsplugin/doc/index.doc index 83903493d..f7e56f7f7 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 4ef87786a..752499b9e 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 - Qt Netscape Plugin Extension library. + TQt Netscape Plugin Extension library. Then type make in extensions/nsplugin/examples/grapher/ and copy the resulting grapher.so or npgrapher.dll 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 14325c9ea..b1f1b946d 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. -- cgit v1.2.1