summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmotifwidget.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqmotifwidget.3qt')
-rw-r--r--doc/man/man3/tqmotifwidget.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqmotifwidget.3qt b/doc/man/man3/tqmotifwidget.3qt
index db2170751..0f3c0c076 100644
--- a/doc/man/man3/tqmotifwidget.3qt
+++ b/doc/man/man3/tqmotifwidget.3qt
@@ -38,7 +38,7 @@ This class is defined in the \fBQt Motif Extension\fR, which can be found in the
.PP
The QMotifWidget class provides the TQWidget API for Xt/Motif widgets.
.PP
-QMotifWidget exists to provide a TQWidget that can act as a parent for any Xt/Motif widget. Since the QMotifWidget is a proper TQWidget, it can be used as a top-level widget (e.g. 0 parent) or as a child of any other TQWidget. Note: Since QMotifWidget acts as a parent for Xt/Motif widgets, you should not create QWidgets with a QMotifWidget parent.
+QMotifWidget exists to provide a TQWidget that can act as a parent for any Xt/Motif widget. Since the QMotifWidget is a proper TQWidget, it can be used as a top-level widget (e.g. 0 parent) or as a child of any other TQWidget. Note: Since QMotifWidget acts as a parent for Xt/Motif widgets, you should not create TQWidgets with a QMotifWidget parent.
.PP
An Xt/Motif widget with a top-level QMotifWidget parent can begin using the standard TQt dialogs and custom QDialogs while keeping the main Xt/Motif interface of the application. Using a QMotifWidget as the parent for the various QDialogs will ensure that modality and stacking works properly throughout the entire application.
.PP