diff options
author | Michele Calgaro <[email protected]> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/qnpinstance.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qnpinstance.html')
-rw-r--r-- | doc/html/qnpinstance.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qnpinstance.html b/doc/html/qnpinstance.html index 87fb6d5b7..05572e7ae 100644 --- a/doc/html/qnpinstance.html +++ b/doc/html/qnpinstance.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p>This class is part of the <b>TQt Netscape Extension</b>. <p><tt>#include <<a href="qnp-h.html">ntqnp.h</a>></tt> -<p>Inherits <a href="ntqobject.html">TQObject</a>. +<p>Inherits <a href="tqobject.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="ntqobject.html">TQObject</a> that is a web browser plugin. +The TQNPInstance class provides a <a href="tqobject.html">TQObject</a> that is a web browser plugin. <p> <p> Deriving from TQNPInstance creates an object that represents a single <tt><EMBED></tt> tag in an HTML document. |