summaryrefslogtreecommitdiffstats
path: root/examples/network/httpd/httpd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/httpd/httpd.cpp')
-rw-r--r--examples/network/httpd/httpd.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp
index f96fc455..6f7146b1 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