diff options
Diffstat (limited to 'doc/html/qmotifdialog.html')
-rw-r--r-- | doc/html/qmotifdialog.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qmotifdialog.html b/doc/html/qmotifdialog.html index 27efcc0a4..4990c489b 100644 --- a/doc/html/qmotifdialog.html +++ b/doc/html/qmotifdialog.html @@ -62,7 +62,7 @@ The TQMotifDialog class provides the <a href="ntqdialog.html">TQDialog</a> API f <p> <p> TQMotifDialog provides two separate modes of operation. The application programmer can use TQMotifDialog with an existing -Motif-based dialog and a <a href="ntqwidget.html">TQWidget</a> parent, or the application +Motif-based dialog and a <a href="tqwidget.html">TQWidget</a> parent, or the application programmer can use TQMotifDialog with a custom TQt-based dialog and a Motif-based parent. Modality continues to work as expected. <p> Motif-based dialogs must have a <tt>Shell</tt> widget parent with a @@ -78,7 +78,7 @@ as the <tt>client_data</tt> argument to the callback. <p> The API and behavior TQMotifDialog is identical to that of <a href="ntqdialog.html">TQDialog</a> when using a custom TQt-based dialog with a Motif-based parent. The only difference is that a Motif-based <em>parent</em> argument is -passed to the constructor, instead of a <a href="ntqwidget.html">TQWidget</a> parent. +passed to the constructor, instead of a <a href="tqwidget.html">TQWidget</a> parent. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="DialogType-enum"></a>TQMotifDialog::DialogType</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. @@ -152,10 +152,10 @@ subclass of <tt>XmDialogShell</tt>. You can access the <tt>Shell</tt> widget with the <a href="#shell">shell</a>() member function. <p> <p>See also <a href="#shell">shell</a>(). -<h3 class=fn><a name="TQMotifDialog-4"></a>TQMotifDialog::TQMotifDialog ( <a href="ntqwidget.html">TQWidget</a> * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) +<h3 class=fn><a name="TQMotifDialog-4"></a>TQMotifDialog::TQMotifDialog ( <a href="tqwidget.html">TQWidget</a> * parent, const char * name = 0, bool modal = FALSE, WFlags flags = 0 ) </h3> Creates a TQMotifDialog which allows the application programmer to -use a <a href="ntqwidget.html">TQWidget</a> parent for an existing <a href="motif-extension.html#Motif">Motif</a>-based dialog. The <em>parent</em>, <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to the +use a <a href="tqwidget.html">TQWidget</a> parent for an existing <a href="motif-extension.html#Motif">Motif</a>-based dialog. The <em>parent</em>, <em>name</em>, <em>modal</em> and <em>flags</em> arguments are passed to the <a href="ntqdialog.html">TQDialog</a> constructor. <p> This constructor creates a <tt>Shell</tt> widget, which is a special subclass of <tt>XmDialogShell</tt>. You can access the <tt>Shell</tt> widget |