diff options
Diffstat (limited to 'doc/html/httpd-example.html')
-rw-r--r-- | doc/html/httpd-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html index 08673f7b1..f2626a437 100644 --- a/doc/html/httpd-example.html +++ b/doc/html/httpd-example.html @@ -69,7 +69,7 @@ public: <a href="ntqserversocket.html">TQServerSocket</a>(8080,1,parent) { if ( !ok() ) { - <a href="ntqapplication.html#qWarning">qWarning</a>("Failed to bind to port 8080"); + <a href="ntqapplication.html#qWarning">tqWarning</a>("Failed to bind to port 8080"); exit( 1 ); } } |