summaryrefslogtreecommitdiffstats
path: root/doc/html/motif-walkthrough-5.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:07:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:07:55 -0600
commit3ad1b623ac4af0f19db3580e4ef6b0d923260ba0 (patch)
tree3b77748c913634d88310c7933877b201532d4ae1 /doc/html/motif-walkthrough-5.html
parente02e31c8b9d854cd62cbe9799228f6e08e882773 (diff)
downloadtqt3-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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/motif-walkthrough-5.html b/doc/html/motif-walkthrough-5.html
index 8d0be21c..d93d3258 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,