diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:07:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:07:55 -0600 |
commit | 3ad1b623ac4af0f19db3580e4ef6b0d923260ba0 (patch) | |
tree | 3b77748c913634d88310c7933877b201532d4ae1 /doc/html/motif-walkthrough-5.html | |
parent | e02e31c8b9d854cd62cbe9799228f6e08e882773 (diff) | |
download | tqt3-3ad1b623ac4af0f19db3580e4ef6b0d923260ba0.tar.gz tqt3-3ad1b623ac4af0f19db3580e4ef6b0d923260ba0.zip |
Sync again
Diffstat (limited to 'doc/html/motif-walkthrough-5.html')
-rw-r--r-- | doc/html/motif-walkthrough-5.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/motif-walkthrough-5.html b/doc/html/motif-walkthrough-5.html index 8d0be21c7..d93d3258a 100644 --- a/doc/html/motif-walkthrough-5.html +++ b/doc/html/motif-walkthrough-5.html @@ -43,7 +43,7 @@ removed once we have finished our migration, since we will use worth replacing the <em>Print</em> dialog with a custom <a href="qdialog.html">TQDialog</a> replacement. Instead, we will keep the <a href="motif-extension.html#Motif">Motif</a> based dialog and use <a href="qmotifdialog.html">TQMotifDialog</a> to integrate the dialog with the application. -<p> <h2> Modality Retquirements +<p> <h2> Modality Requirements </h2> <a name="1"></a><p> Modality with TQDialog is different from Motif. The <a href="qdialog.html#exec">TQDialog::exec</a>() function does not return until the dialog is finished. In Motif, |