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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/httpd-example.html b/doc/html/httpd-example.html
index 466f35b67..2bfbf5d8d 100644
--- a/doc/html/httpd-example.html
+++ b/doc/html/httpd-example.html
@@ -176,7 +176,7 @@ int main( int argc, char** argv )
<a href="ntqapplication.html">TQApplication</a> app( argc, argv );
HttpInfo info;
app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( &amp;info );
- info.<a href="ntqwidget.html#show">show</a>();
+ info.<a href="tqwidget.html#show">show</a>();
return app.<a href="ntqapplication.html#exec">exec</a>();
}