summaryrefslogtreecommitdiffstats
path: root/doc/html/qtimer.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qtimer.html')
-rw-r--r--doc/html/qtimer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qtimer.html b/doc/html/qtimer.html
index db1f7910..6b20cb85 100644
--- a/doc/html/qtimer.html
+++ b/doc/html/qtimer.html
@@ -147,7 +147,7 @@ to create a local TQTimer object.
int main( int argc, char **argv )
{
<a href="qapplication.html">TQApplication</a> a( argc, argv );
- TQTimer::<a href="#singleShot">singleShot</a>( 10*60*1000, &amp;a, SLOT(<a href="qapplication.html#tquit">tquit</a>()) );
+ TQTimer::<a href="#singleShot">singleShot</a>( 10*60*1000, &amp;a, SLOT(<a href="qapplication.html#quit">quit</a>()) );
... // create and show your widgets
return a.<a href="qapplication.html#exec">exec</a>();
}