summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtimer.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqtimer.3qt')
-rw-r--r--doc/man/man3/tqtimer.3qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtimer.3qt b/doc/man/man3/tqtimer.3qt
index 0750c2d76..e62c1308a 100644
--- a/doc/man/man3/tqtimer.3qt
+++ b/doc/man/man3/tqtimer.3qt
@@ -119,7 +119,7 @@ Example:
.PP
.nf
.br
- #include <ntqapplication.h>
+ #include <tqapplication.h>
.br
#include <tqtimer.h>
.br
@@ -128,7 +128,7 @@ Example:
.br
{
.br
- QApplication a( argc, argv );
+ TQApplication a( argc, argv );
.br
TQTimer::singleShot( 10*60*1000, &a, TQ_SLOT(quit()) );
.br