summaryrefslogtreecommitdiffstats
path: root/examples/network/httpd
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /examples/network/httpd
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'examples/network/httpd')
-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 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