diff options
Diffstat (limited to 'doc/html/qtimerevent.html')
-rw-r--r-- | doc/html/qtimerevent.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qtimerevent.html b/doc/html/qtimerevent.html index ebbdd73b4..f3414d7da 100644 --- a/doc/html/qtimerevent.html +++ b/doc/html/qtimerevent.html @@ -50,11 +50,11 @@ timer event. <p> <p> Timer events are sent at regular intervals to objects that have started one or more timers. Each timer has a unique identifier. A -timer is started with <a href="ntqobject.html#startTimer">TQObject::startTimer</a>(). +timer is started with <a href="tqobject.html#startTimer">TQObject::startTimer</a>(). <p> The <a href="ntqtimer.html">TQTimer</a> class provides a high-level programming interface that uses signals instead of events. It also provides one-shot timers. -<p> The event handler <a href="ntqobject.html#timerEvent">TQObject::timerEvent</a>() receives timer events. -<p> <p>See also <a href="ntqtimer.html">TQTimer</a>, <a href="ntqobject.html#timerEvent">TQObject::timerEvent</a>(), <a href="ntqobject.html#startTimer">TQObject::startTimer</a>(), <a href="ntqobject.html#killTimer">TQObject::killTimer</a>(), <a href="ntqobject.html#killTimers">TQObject::killTimers</a>(), and <a href="events.html">Event Classes</a>. +<p> The event handler <a href="tqobject.html#timerEvent">TQObject::timerEvent</a>() receives timer events. +<p> <p>See also <a href="ntqtimer.html">TQTimer</a>, <a href="tqobject.html#timerEvent">TQObject::timerEvent</a>(), <a href="tqobject.html#startTimer">TQObject::startTimer</a>(), <a href="tqobject.html#killTimer">TQObject::killTimer</a>(), <a href="tqobject.html#killTimers">TQObject::killTimers</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQTimerEvent"></a>TQTimerEvent::TQTimerEvent ( int timerId ) @@ -67,7 +67,7 @@ uses signals instead of events. It also provides one-shot timers. </h3> <p> Returns the unique timer identifier, which is the same identifier -as returned from <a href="ntqobject.html#startTimer">TQObject::startTimer</a>(). +as returned from <a href="tqobject.html#startTimer">TQObject::startTimer</a>(). <p>Example: <a href="dclock-example.html#x1105">dclock/dclock.cpp</a>. <!-- eof --> |