From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/qt-template-lib.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/qt-template-lib.html') diff --git a/doc/html/qt-template-lib.html b/doc/html/qt-template-lib.html index 6fbe68bad..ec2e5d920 100644 --- a/doc/html/qt-template-lib.html +++ b/doc/html/qt-template-lib.html @@ -72,7 +72,7 @@ good overall performance of the container, since many copy operations will occur.

If you intend sorting your data you must implement operator<() for your data's class. -

Good candidates for value based classes are TQRect, TQPoint, TQSize, +

Good candidates for value based classes are TQRect, TQPoint, TQSize, TQString and all simple C++ types, such as int, bool or double.

The TQt Template Library is designed for speed. Iterators are extremely fast. To achieve this performance, less error checking is done than in -- cgit v1.2.3