summaryrefslogtreecommitdiffstats
path: root/doc/html/forever-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/forever-example.html')
-rw-r--r--doc/html/forever-example.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/forever-example.html b/doc/html/forever-example.html
index 620b56a67..2df6d7565 100644
--- a/doc/html/forever-example.html
+++ b/doc/html/forever-example.html
@@ -117,9 +117,9 @@ private:
rand()&255 );
}
rectangles = 0;
- <a href="ntqobject.html#startTimer">startTimer</a>( 0 ); // run continuous timer
+ <a href="tqobject.html#startTimer">startTimer</a>( 0 ); // run continuous timer
<a href="ntqtimer.html">TQTimer</a> * counter = new <a href="ntqtimer.html">TQTimer</a>( this );
-<a name="x1054"></a> <a href="ntqobject.html#connect">connect</a>( counter, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()),
+<a name="x1054"></a> <a href="tqobject.html#connect">connect</a>( counter, TQ_SIGNAL(<a href="ntqtimer.html#timeout">timeout</a>()),
this, TQ_SLOT(updateCaption()) );
<a name="x1053"></a> counter-&gt;<a href="ntqtimer.html#start">start</a>( 1000 );
}
@@ -159,7 +159,7 @@ void <a name="f366"></a>Forever::updateCaption()
// Handles timer events for the Forever widget.
//
-<a name="x1048"></a>void Forever::<a href="ntqobject.html#timerEvent">timerEvent</a>( <a href="qtimerevent.html">TQTimerEvent</a> * )
+<a name="x1048"></a>void Forever::<a href="tqobject.html#timerEvent">timerEvent</a>( <a href="qtimerevent.html">TQTimerEvent</a> * )
{
for ( int i=0; i&lt;100; i++ ) {
<a href="ntqwidget.html#repaint">repaint</a>( FALSE ); // repaint, don't erase