diff options
Diffstat (limited to 'doc/man/man3/tqdialog.3qt')
-rw-r--r-- | doc/man/man3/tqdialog.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqdialog.3qt b/doc/man/man3/tqdialog.3qt index 910d65362..0f676df42 100644 --- a/doc/man/man3/tqdialog.3qt +++ b/doc/man/man3/tqdialog.3qt @@ -96,7 +96,7 @@ Inherited by QColorDialog, QErrorMessage, QFileDialog, QFontDialog, QInputDialog .SH DESCRIPTION The QDialog class is the base class of dialog windows. .PP -A dialog window is a top-level window mostly used for short-term tasks and brief communications with the user. QDialogs may be modal or modeless. QDialogs support extensibility and can provide a return value. They can have default buttons. QDialogs can also have a QSizeGrip in their lower-right corner, using setSizeGripEnabled(). +A dialog window is a top-level window mostly used for short-term tasks and brief communications with the user. QDialogs may be modal or modeless. QDialogs support extensibility and can provide a return value. They can have default buttons. QDialogs can also have a TQSizeGrip in their lower-right corner, using setSizeGripEnabled(). .PP Note that QDialog uses the parent widget slightly differently from other classes in Qt. A dialog is always a top-level widget, but if it has a parent, its default location is centered on top of the parent's top-level widget (if it is not top-level itself). It will also share the parent's taskbar entry. .SH "Modal Dialogs" @@ -292,7 +292,7 @@ Set this property's value with setModal() and get this property's value with isM .SH "bool sizeGripEnabled" This property holds whether the size grip is enabled. .PP -A QSizeGrip is placed in the bottom right corner of the dialog when this property is enabled. By default, the size grip is disabled. +A TQSizeGrip is placed in the bottom right corner of the dialog when this property is enabled. By default, the size grip is disabled. .PP Set this property's value with setSizeGripEnabled() and get this property's value with isSizeGripEnabled(). |