From 6f57abfc9cd3acf1d648aee696947ac9216adb71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 14:57:42 +0900 Subject: Rename remaining ntq[s-z]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tutorial2-03.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tutorial2-03.html') diff --git a/doc/html/tutorial2-03.html b/doc/html/tutorial2-03.html index 30eef5ceb..a44d777d9 100644 --- a/doc/html/tutorial2-03.html +++ b/doc/html/tutorial2-03.html @@ -62,10 +62,10 @@ of chart has a (relative) position stored in the m_propoints array. toolkit, but it provides many non-GUI classes to support most aspects of application programming. We use tqcolor.h so that we can hold the paint color and text color in the Element class. The use of tqnamespace.h is slightly obscure. Most TQt classes are derived from the -TQt superclass which contains various -enumerations. The Element class does not derive from TQt, so we need to include tqnamespace.h to have access to +TQt superclass which contains various +enumerations. The Element class does not derive from TQt, so we need to include tqnamespace.h to have access to the TQt enum names. An alternative approach would have been to have -made Element a TQt subclass. We include tqstring.h to make use of TQt's Unicode strings. As a convenience we +made Element a TQt subclass. We include tqstring.h to make use of TQt's Unicode strings. As a convenience we will typedef a vector container for Elements, which is why we pull in the tqvaluevector.h header.

    typedef TQValueVector<Element> ElementVector;
-- 
cgit v1.2.3