From 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 8 Jun 2024 12:56:43 +0900 Subject: Rename text nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tutorial2-07.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tutorial2-07.html') diff --git a/doc/html/tutorial2-07.html b/doc/html/tutorial2-07.html index b0cc1e314..3ff6dc9bb 100644 --- a/doc/html/tutorial2-07.html +++ b/doc/html/tutorial2-07.html @@ -49,11 +49,11 @@ body { background: #ffffff; color: black; } init(); // Make sure we have colours m_filename = filename; - TQTextStream ts( &file ); + TQTextStream ts( &file ); Element element; int errors = 0; int i = 0; - while ( !ts.eof() ) { + while ( !ts.eof() ) { ts >> element; if ( element.isValid() ) m_elements[i++] = element; @@ -81,7 +81,7 @@ draw the chart and mark it as unchanged. arg( m_filename ), 2000 ); return; } - TQTextStream ts( &file ); + TQTextStream ts( &file ); for ( int i = 0; i < MAX_ELEMENTS; ++i ) if ( m_elements[i].isValid() ) ts << m_elements[i]; -- cgit v1.2.3