summaryrefslogtreecommitdiffstats
path: root/doc/html/helpviewer-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/helpviewer-example.html')
-rw-r--r--doc/html/helpviewer-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html
index c0b4ad5f..005739c7 100644
--- a/doc/html/helpviewer-example.html
+++ b/doc/html/helpviewer-example.html
@@ -463,7 +463,7 @@ int main( int argc, char ** argv )
<a name="x1045"></a> help-&gt;<a href="qwidget.html#showMaximized">showMaximized</a>();
<a name="x1039"></a> TQObject::<a href="qobject.html#connect">connect</a>( &amp;a, SIGNAL(<a href="qapplication.html#lastWindowClosed">lastWindowClosed</a>()),
- &amp;a, SLOT(<a href="qapplication.html#tquit">tquit</a>()) );
+ &amp;a, SLOT(<a href="qapplication.html#quit">quit</a>()) );
return a.<a href="qapplication.html#exec">exec</a>();
}