summaryrefslogtreecommitdiffstats
path: root/examples/network/httpd/README
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-10 18:56:16 +0900
committerMichele Calgaro <[email protected]>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /examples/network/httpd/README
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz
tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/network/httpd/README')
-rw-r--r--examples/network/httpd/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/httpd/README b/examples/network/httpd/README
index dc7229d4a..d16479f55 100644
--- a/examples/network/httpd/README
+++ b/examples/network/httpd/README
@@ -1,7 +1,7 @@
-This is an example for the QServerSocket class which is included in the
+This is an example for the TQServerSocket class which is included in the
network module.
It is a simple http daemon. After starting it you can connect to port
8080 with a web browser and an html page is shown. The program does
not really parse the http request; so it is not of much use except for
-being a small example for QServerSocket.
+being a small example for TQServerSocket.