diff options
Diffstat (limited to 'examples/network/httpd/httpd.cpp')
-rw-r--r-- | examples/network/httpd/httpd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index cdd96101f..57d897c81 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -7,9 +7,9 @@ ** *****************************************************************************/ #include <stdlib.h> -#include <ntqsocket.h> +#include <tqsocket.h> #include <tqregexp.h> -#include <ntqserversocket.h> +#include <tqserversocket.h> #include <ntqapplication.h> #include <tqmainwindow.h> #include <tqtextstream.h> |