From 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 5 Jun 2024 19:02:23 +0900 Subject: Rename template library nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/simple-font-demo-example.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/simple-font-demo-example.html') diff --git a/doc/html/simple-font-demo-example.html b/doc/html/simple-font-demo-example.html index ad605e7fc..7cceac830 100644 --- a/doc/html/simple-font-demo-example.html +++ b/doc/html/simple-font-demo-example.html @@ -176,12 +176,12 @@ void Viewer::showFontInfo( TQFont TQStringList substitutions = TQFont::substitutes( font.family() ); - if ( ! substitutions.isEmpty() ){ + if ( ! substitutions.isEmpty() ){ messageText += "The following substitutions exist for " + \ font.family() + ":<UL>"; - TQStringList::Iterator i = substitutions.begin(); - while ( i != substitutions.end() ){ + TQStringList::Iterator i = substitutions.begin(); + while ( i != substitutions.end() ){ messageText += "<LI>\"" + (* i) + "\""; i++; } @@ -197,7 +197,7 @@ void Viewer::showFontInfo( TQFont void Viewer::setFontSubstitutions() { TQStringList substitutes; - substitutes.append( "Times" ); + substitutes.append( "Times" ); substitutes += "Mincho", substitutes << "Arabic Newspaper" << "crox"; -- cgit v1.2.3