From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/xml-sax-features-walkthrough.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/xml-sax-features-walkthrough.html') diff --git a/doc/html/xml-sax-features-walkthrough.html b/doc/html/xml-sax-features-walkthrough.html index 6eb02b099..826b70bdd 100644 --- a/doc/html/xml-sax-features-walkthrough.html +++ b/doc/html/xml-sax-features-walkthrough.html @@ -178,7 +178,7 @@ FALSE and http://xml.org/sax/features/namespace-prefixes TRUE.

The second row of the container grid is filled with three labels denoting the reader settings that belong to the above listview.

        app.setMainWidget( container );
-        container->show();
+        container->show();
         return app.exec();
     }
 
-- cgit v1.2.3