summaryrefslogtreecommitdiffstats
path: root/doc/html/httpd-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/httpd-example.html')
-rw-r--r--doc/html/httpd-example.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html
index ad542c05..5e96efac 100644
--- a/doc/html/httpd-example.html
+++ b/doc/html/httpd-example.html
@@ -55,7 +55,7 @@ sending the page, it closes the connection.
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
#include &lt;<a href="tqmainwindow-h.html">tqmainwindow.h</a>&gt;
#include &lt;<a href="tqtextstream-h.html">tqtextstream.h</a>&gt;
-#include &lt;<a href="qvbox-h.html">ntqvbox.h</a>&gt;
+#include &lt;<a href="tqvbox-h.html">tqvbox.h</a>&gt;
#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
#include &lt;<a href="tqtextview-h.html">tqtextview.h</a>&gt;
#include &lt;<a href="tqpushbutton-h.html">tqpushbutton.h</a>&gt;
@@ -124,7 +124,7 @@ private slots:
// HttpInfo provides a simple graphical user interface to the server and shows
// the actions of the server.
-class HttpInfo : public <a href="ntqvbox.html">TQVBox</a>
+class HttpInfo : public <a href="tqvbox.html">TQVBox</a>
{
TQ_OBJECT
public: