diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/httpd-example.html | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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: |