summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qtimer.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qtimer.3qt')
-rw-r--r--doc/man/man3/qtimer.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qtimer.3qt b/doc/man/man3/qtimer.3qt
index 50cb9a85..b4b492bc 100644
--- a/doc/man/man3/qtimer.3qt
+++ b/doc/man/man3/qtimer.3qt
@@ -130,7 +130,7 @@ Example:
.br
QApplication a( argc, argv );
.br
- QTimer::singleShot( 10*60*1000, &a, SLOT(tquit()) );
+ QTimer::singleShot( 10*60*1000, &a, SLOT(quit()) );
.br
... // create and show your widgets
.br