summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqnpwidget.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqnpwidget.3qt')
-rw-r--r--doc/man/man3/tqnpwidget.3qt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man/man3/tqnpwidget.3qt b/doc/man/man3/tqnpwidget.3qt
index 6bbf09e9..58b4fa9e 100644
--- a/doc/man/man3/tqnpwidget.3qt
+++ b/doc/man/man3/tqnpwidget.3qt
@@ -7,13 +7,13 @@
.ad l
.nh
.SH NAME
-QNPWidget \- QWidget that is a web browser plugin window
+QNPWidget \- TQWidget that is a web browser plugin window
.SH SYNOPSIS
This class is part of the \fBQt Netscape Extension\fR.
.PP
\fC#include <ntqnp.h>\fR
.PP
-Inherits QWidget.
+Inherits TQWidget.
.PP
.SS "Public Members"
.in +1c
@@ -36,7 +36,7 @@ Inherits QWidget.
.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 QNPWidget class provides a QWidget that is a web browser plugin window.
+The QNPWidget class provides a TQWidget that is a web browser plugin window.
.PP
Derive from QNPWidget to create a widget that can be used as a web browser plugin window, or create one and add child widgets. Instances of QNPWidget may only be created when QNPInstance::newWindow() is called by the browser.
.PP
@@ -48,7 +48,7 @@ class MyPluginWindow : public QNPWidget
.br
{
.br
- QWidget* child;
+ TQWidget* child;
.br
public:
.br
@@ -91,7 +91,7 @@ The default implementation is an empty window.
.SH "QNPWidget::QNPWidget ()"
Creates a QNPWidget.
.SH "QNPWidget::~QNPWidget ()"
-Destroys the window. This will be called by the plugin binding code when the window is no longer required. The web browser will delete windows when they leave the page. The bindings will change the QWidget::winId() of the window when the window is resized, but this should not affect normal widget behavior.
+Destroys the window. This will be called by the plugin binding code when the window is no longer required. The web browser will delete windows when they leave the page. The bindings will change the TQWidget::winId() of the window when the window is resized, but this should not affect normal widget behavior.
.SH "void QNPWidget::enterInstance ()\fC [virtual]\fR"
Called when the mouse enters the plugin window. Does nothing by default.
.PP