summaryrefslogtreecommitdiffstats
path: root/doc/html/archivesearch-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/archivesearch-example.html')
-rw-r--r--doc/html/archivesearch-example.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/archivesearch-example.html b/doc/html/archivesearch-example.html
index 86e653d6..32dba910 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>( &amp;a, SIGNAL(<a href="qapplication.html#lastWindowClosed">lastWindowClosed</a>()),
-<a name="x488"></a> &amp;a, SLOT(<a href="qapplication.html#tquit">tquit</a>()) );
+<a name="x488"></a> &amp;a, SLOT(<a href="qapplication.html#quit">quit</a>()) );
<a name="x486"></a> return a.<a href="qapplication.html#exec">exec</a>();
}