diff options
Diffstat (limited to 'doc/html/archivesearch-example.html')
-rw-r--r-- | doc/html/archivesearch-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/archivesearch-example.html b/doc/html/archivesearch-example.html index 86e653d61..32dba910c 100644 --- a/doc/html/archivesearch-example.html +++ b/doc/html/archivesearch-example.html @@ -165,7 +165,7 @@ int main(int argc, char **argv) ad.show(); <a name="x489"></a><a name="x487"></a> TQObject::<a href="qobject.html#connect">connect</a>( &a, SIGNAL(<a href="qapplication.html#lastWindowClosed">lastWindowClosed</a>()), -<a name="x488"></a> &a, SLOT(<a href="qapplication.html#tquit">tquit</a>()) ); +<a name="x488"></a> &a, SLOT(<a href="qapplication.html#quit">quit</a>()) ); <a name="x486"></a> return a.<a href="qapplication.html#exec">exec</a>(); } |