From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/network/httpd/httpd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/network/httpd/httpd.cpp') diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index 448f87c2e..db01925e8 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include // HttpDaemon is the the class that implements the simple HTTP server. class HttpDaemon : public TQServerSocket -- cgit v1.2.1