diff options
Diffstat (limited to 'doc/html/httpd-example.html')
-rw-r--r-- | doc/html/httpd-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html index ad542c053..5e96efac5 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 <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqmainwindow-h.html">tqmainwindow.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> -#include <<a href="qvbox-h.html">ntqvbox.h</a>> +#include <<a href="tqvbox-h.html">tqvbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqtextview-h.html">tqtextview.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> @@ -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: |