diff options
Diffstat (limited to 'doc/html/qtimerevent.html')
-rw-r--r-- | doc/html/qtimerevent.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qtimerevent.html b/doc/html/qtimerevent.html index b9d541d71..ebbdd73b4 100644 --- a/doc/html/qtimerevent.html +++ b/doc/html/qtimerevent.html @@ -34,8 +34,8 @@ body { background: #ffffff; color: black; } <p>The TQTimerEvent class contains parameters that describe a timer event. <a href="#details">More...</a> -<p><tt>#include <<a href="qevent-h.html">qevent.h</a>></tt> -<p>Inherits <a href="qevent.html">TQEvent</a>. +<p><tt>#include <<a href="qevent-h.html">ntqevent.h</a>></tt> +<p>Inherits <a href="ntqevent.html">TQEvent</a>. <p><a href="qtimerevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -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="qobject.html#startTimer">TQObject::startTimer</a>(). -<p> The <a href="qtimer.html">TQTimer</a> class provides a high-level programming interface that +timer is started with <a href="ntqobject.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="qobject.html#timerEvent">TQObject::timerEvent</a>() receives timer events. -<p> <p>See also <a href="qtimer.html">TQTimer</a>, <a href="qobject.html#timerEvent">TQObject::timerEvent</a>(), <a href="qobject.html#startTimer">TQObject::startTimer</a>(), <a href="qobject.html#killTimer">TQObject::killTimer</a>(), <a href="qobject.html#killTimers">TQObject::killTimers</a>(), and <a href="events.html">Event Classes</a>. +<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>. <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="qobject.html#startTimer">TQObject::startTimer</a>(). +as returned from <a href="ntqobject.html#startTimer">TQObject::startTimer</a>(). <p>Example: <a href="dclock-example.html#x1105">dclock/dclock.cpp</a>. <!-- eof --> |