summaryrefslogtreecommitdiffstats
path: root/doc/html/tutorial2-04.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tutorial2-04.html')
-rw-r--r--doc/html/tutorial2-04.html2
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-&gt;<a href="ntqwidget.html#show">show</a>();
+ cf-&gt;<a href="tqwidget.html#show">show</a>();
return app.<a href="ntqapplication.html#exec">exec</a>();
}