diff options
Diffstat (limited to 'examples/network/httpd/httpd.cpp')
-rw-r--r-- | examples/network/httpd/httpd.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index f96fc4554..6f7146b1a 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -7,16 +7,16 @@ ** *****************************************************************************/ #include <stdlib.h> -#include <qsocket.h> -#include <qregexp.h> -#include <qserversocket.h> -#include <qapplication.h> -#include <qmainwindow.h> -#include <qtextstream.h> -#include <qvbox.h> -#include <qlabel.h> -#include <qtextview.h> -#include <qpushbutton.h> +#include <ntqsocket.h> +#include <ntqregexp.h> +#include <ntqserversocket.h> +#include <ntqapplication.h> +#include <ntqmainwindow.h> +#include <ntqtextstream.h> +#include <ntqvbox.h> +#include <ntqlabel.h> +#include <ntqtextview.h> +#include <ntqpushbutton.h> // HttpDaemon is the the class that implements the simple HTTP server. class HttpDaemon : public TQServerSocket |