summaryrefslogtreecommitdiffstats
path: root/doc/html/qwerty-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qwerty-example.html')
-rw-r--r--doc/html/qwerty-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qwerty-example.html b/doc/html/qwerty-example.html
index b9d16bd8..8bd0b6e8 100644
--- a/doc/html/qwerty-example.html
+++ b/doc/html/qwerty-example.html
@@ -492,7 +492,7 @@ int main( int argc, char **argv )
e-&gt;<a href="qwidget.html#show">show</a>();
}
}
-<a name="x416"></a> a.<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>()) );
+<a name="x416"></a> a.<a href="qobject.html#connect">connect</a>( &amp;a, SIGNAL(<a href="qapplication.html#lastWindowClosed">lastWindowClosed</a>()), &amp;a, SLOT(<a href="qapplication.html#quit">quit</a>()) );
return a.<a href="qapplication.html#exec">exec</a>();
}
</pre>