From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/motif-walkthrough-8.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/motif-walkthrough-8.html') diff --git a/doc/html/motif-walkthrough-8.html b/doc/html/motif-walkthrough-8.html index ce1ceb4fd..fbfa2eb89 100644 --- a/doc/html/motif-walkthrough-8.html +++ b/doc/html/motif-walkthrough-8.html @@ -70,7 +70,7 @@ application on all platforms supported by TQt.

We will use the first approach to complete the migration of the example project used in this walkthrough, using TQTextEdit, TQLabel and -TQSpinBox to provide a similar look. The only difference is that we +TQSpinBox to provide a similar look. The only difference is that we will not have tabs.

We use TQt Designer to add the TQTextEdit, TQLabel and TQSpinBox widgets to the Main Window widget. @@ -140,7 +140,7 @@ variable, we add a forward declaration at the top of mainwindow.ui.h. renamed to MainWindow::readDB() and MainWindow::saveDB(), respectively. We need to modify the code in order to make the code work properly. -

First, We add #include statements for the MainWindow, TQSpinBox +

First, We add #include statements for the MainWindow, TQSpinBox and TQTextEdit classes.

-- cgit v1.2.3