diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qmotifdialog.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 |