diff options
Diffstat (limited to 'doc/html/ntqprocess.html')
-rw-r--r-- | doc/html/ntqprocess.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqprocess.html b/doc/html/ntqprocess.html index 5cddf398d..3ef77c82c 100644 --- a/doc/html/ntqprocess.html +++ b/doc/html/ntqprocess.html @@ -347,7 +347,7 @@ tryTerminate(). is to do something like this: <pre> process->tryTerminate(); - TQTimer::<a href="ntqtimer.html#singleShot">singleShot</a>( 5000, process, TQ_SLOT( <a href="#kill">kill</a>() ) ); + TQTimer::<a href="tqtimer.html#singleShot">singleShot</a>( 5000, process, TQ_SLOT( <a href="#kill">kill</a>() ) ); </pre> <p> This tries to terminate the process the nice way. If the process |