From 0582c90a9ed4b965629267713f51c0da7c38b39d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 4 Sep 2024 11:53:23 +0900 Subject: Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h) Signed-off-by: Michele Calgaro --- doc/html/motif-walkthrough-3.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/motif-walkthrough-3.html') diff --git a/doc/html/motif-walkthrough-3.html b/doc/html/motif-walkthrough-3.html index d579c8618..22b522586 100644 --- a/doc/html/motif-walkthrough-3.html +++ b/doc/html/motif-walkthrough-3.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } [ Home ] [ Next: Using Custom TQDialogs ]

We start by using two of the TQt Standard -Dialogs: TQFileDialog and TQMessageBox. Both of these classes +Dialogs: TQFileDialog and TQMessageBox. Both of these classes provide useful static convenience functions.

TQFileDialog::getOpenFileName() replacement for the Open dialog @@ -112,9 +112,9 @@ the correct symbols for these functions.


 

And we need to change the variable named new to newstr in the Trim() function.

We can now change the DeletePage() function to use -TQMessageBox::information(). +TQMessageBox::information().

First, we need to make sure we include the proper header for -TQMessageBox. +TQMessageBox.


@@ -147,8 +147,8 @@ functions.
 C++.
 


 

We can now change the ReadDB() and SaveDB() functions to use -TQMessageBox::warning(). -

First, we need to make sure we include the proper header for TQMessageBox. +TQMessageBox::warning(). +

First, we need to make sure we include the proper header for TQMessageBox.


-- 
cgit v1.2.1