diff options
Diffstat (limited to 'doc/html/timers.html')
-rw-r--r-- | doc/html/timers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/timers.html b/doc/html/timers.html index 4bfcf5848..ce6865026 100644 --- a/doc/html/timers.html +++ b/doc/html/timers.html @@ -39,7 +39,7 @@ unique integer timer id. The timer will now "fire" every <em>interval</em> milliseconds, until you explicitly call <a href="tqobject.html#killTimer">TQObject::killTimer</a>() with the timer id. <p> For this mechanism to work, the application must run in an event -loop. You start an event loop with <a href="ntqapplication.html#exec">TQApplication::exec</a>(). When a +loop. You start an event loop with <a href="tqapplication.html#exec">TQApplication::exec</a>(). When a timer fires, the application sends a <a href="tqtimerevent.html">TQTimerEvent</a>, and the flow of control leaves the event loop until the timer event is processed. This implies that a timer cannot fire while your application is busy doing |