From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/motif-walkthrough-5.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/motif-walkthrough-5.html') diff --git a/doc/html/motif-walkthrough-5.html b/doc/html/motif-walkthrough-5.html index d93d3258a..6ec175569 100644 --- a/doc/html/motif-walkthrough-5.html +++ b/doc/html/motif-walkthrough-5.html @@ -39,13 +39,13 @@ body { background: #ffffff; color: black; }

As mentioned earlier, the Print dialog cannot be replaced until we have converted the View widget. The Print dialog will be removed once we have finished our migration, since we will use -TQPrinter instead. Based on this information, we decide that it is not -worth replacing the Print dialog with a custom TQDialog replacement. +TQPrinter instead. Based on this information, we decide that it is not +worth replacing the Print dialog with a custom TQDialog replacement. Instead, we will keep the Motif based dialog and use TQMotifDialog to integrate the dialog with the application.

Modality Requirements

-

Modality with TQDialog is different from Motif. The TQDialog::exec() +

Modality with TQDialog is different from Motif. The TQDialog::exec() function does not return until the dialog is finished. In Motif, modality is simply a property of the shell, and the application programmer must write TQDialog::exec() style functionality if they -- cgit v1.2.1