summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqnpinstance.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqnpinstance.3qt')
-rw-r--r--doc/man/man3/tqnpinstance.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqnpinstance.3qt b/doc/man/man3/tqnpinstance.3qt
index b30cb1cd..3effb55f 100644
--- a/doc/man/man3/tqnpinstance.3qt
+++ b/doc/man/man3/tqnpinstance.3qt
@@ -7,13 +7,13 @@
.ad l
.nh
.SH NAME
-QNPInstance \- QObject that is a web browser plugin
+QNPInstance \- TQObject that is a web browser plugin
.SH SYNOPSIS
This class is part of the \fBQt Netscape Extension\fR.
.PP
\fC#include <ntqnp.h>\fR
.PP
-Inherits QObject.
+Inherits TQObject.
.PP
.SS "Public Members"
.in +1c
@@ -105,7 +105,7 @@ Inherits QObject.
.SH DESCRIPTION
This class is defined in the \fBQt Netscape Extension\fR, which can be found in the \fCqt/extensions\fR directory. It is not included in the main TQt API.
.PP
-The QNPInstance class provides a QObject that is a web browser plugin.
+The QNPInstance class provides a TQObject that is a web browser plugin.
.PP
Deriving from QNPInstance creates an object that represents a single \fC<EMBED>\fR tag in an HTML document.
.PP
@@ -113,7 +113,7 @@ The QNPInstance is responsible for creating an appropriate QNPWidget window if r
.PP
Note that there is \fIabsolutely no guarantee\fR regarding the order in which functions are called. Sometimes the browser will call newWindow() first, at other times, newStreamCreated() will be called first (assuming the \fC<EMBED>\fR tag has a SRC parameter).
.PP
-\fINone of Qt's GUI functionality\fR may be used until after the first call to newWindow(). This includes any use of QPaintDevice (i.e. QPixmap, QWidget, and all subclasses), QApplication, anything related to QPainter (QBrush, etc.), fonts, QMovie, QToolTip, etc. Useful classes which specifically \fIcan\fR be used are QImage, QFile, and QBuffer.
+\fINone of Qt's GUI functionality\fR may be used until after the first call to newWindow(). This includes any use of QPaintDevice (i.e. QPixmap, TQWidget, and all subclasses), QApplication, anything related to QPainter (QBrush, etc.), fonts, QMovie, QToolTip, etc. Useful classes which specifically \fIcan\fR be used are TQImage, QFile, and QBuffer.
.PP
This restriction can easily be accommodated by structuring your plugin so that the task of the QNPInstance is to gather data, while the task of the QNPWidget is to provide a graphical interface to that data.
.SS "Member Type Documentation"