From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/table-statistics-statistics-cpp.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/table-statistics-statistics-cpp.html') diff --git a/doc/html/table-statistics-statistics-cpp.html b/doc/html/table-statistics-statistics-cpp.html index 594ecbc1e..55914be12 100644 --- a/doc/html/table-statistics-statistics-cpp.html +++ b/doc/html/table-statistics-statistics-cpp.html @@ -45,7 +45,7 @@ body { background: #ffffff; color: black; } #include "statistics.h" #include <ntqdir.h> -#include <ntqstringlist.h> +#include <tqstringlist.h> #include <ntqheader.h> #include <ntqcombobox.h> #include <stdlib.h> @@ -81,12 +81,12 @@ const char* dirs[] = { void Table::initTable() { // read all the TQt source and header files into a list - TQStringList all; + TQStringList all; int i = 0; - TQString srcdir( "../../../src/" ); + TQString srcdir( "../../../src/" ); while ( dirs[ i ] ) { TQDir dir( srcdir + dirs[ i ] ); - TQStringList lst = dir.entryList( "*.cpp; *.h" ); + TQStringList lst = dir.entryList( "*.cpp; *.h" ); for ( TQStringList::Iterator it = lst.begin(); it != lst.end(); ++it ) { if ( ( *it ).contains( "moc" ) ) continue; @@ -193,7 +193,7 @@ void Table::recalcSum( int, int col ) TQTableItem::setContentFromEditor( w ); } -void ComboItem::setText( const TQString &s ) +void ComboItem::setText( const TQString &s ) { if ( cb ) { // initialize the combobox from the text -- cgit v1.2.3