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/httpd-example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/httpd-example.html') diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html index 2bfbf5d8d..32b502475 100644 --- a/doc/html/httpd-example.html +++ b/doc/html/httpd-example.html @@ -100,7 +100,7 @@ private slots: // document back. TQSocket* socket = (TQSocket*)sender(); if ( socket->canReadLine() ) { - TQStringList tokens = TQStringList::split( TQRegExp("[ \r\n][ \r\n]*"), socket->readLine() ); + TQStringList tokens = TQStringList::split( TQRegExp("[ \r\n][ \r\n]*"), socket->readLine() ); if ( tokens[0] == "GET" ) { TQTextStream os( socket ); os.setEncoding( TQTextStream::UnicodeUTF8 ); @@ -132,7 +132,7 @@ public: { HttpDaemon *httpd = new HttpDaemon( this ); - TQString itext = TQString( + TQString itext = TQString( "This is a small httpd example.\n" "You can connect with your\n" "web browser to port %1" -- cgit v1.2.1