diff options
Diffstat (limited to 'doc/html/tutorial2-04.html')
-rw-r--r-- | doc/html/tutorial2-04.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tutorial2-04.html b/doc/html/tutorial2-04.html index 755c2c927..e7c678c3e 100644 --- a/doc/html/tutorial2-04.html +++ b/doc/html/tutorial2-04.html @@ -52,7 +52,7 @@ body { background: #ffffff; color: black; } ChartForm *cf = new ChartForm( filename ); <a name="x2560"></a> app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( cf ); - cf-><a href="ntqwidget.html#show">show</a>(); + cf-><a href="tqwidget.html#show">show</a>(); return app.<a href="ntqapplication.html#exec">exec</a>(); } |