summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtime.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqtime.html')
-rw-r--r--doc/html/tqtime.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqtime.html b/doc/html/tqtime.html
index d265b4ae9..3e1159a19 100644
--- a/doc/html/tqtime.html
+++ b/doc/html/tqtime.html
@@ -315,7 +315,7 @@ Sets this time to the current time. This is practical for timing:
TQTime t;
t.<a href="#start">start</a>();
some_lengthy_task();
- <a href="ntqapplication.html#qDebug">tqDebug</a>( "Time elapsed: %d ms", t.<a href="#elapsed">elapsed</a>() );
+ <a href="tqapplication.html#qDebug">tqDebug</a>( "Time elapsed: %d ms", t.<a href="#elapsed">elapsed</a>() );
</pre>
<p> <p>See also <a href="#restart">restart</a>(), <a href="#elapsed">elapsed</a>(), and <a href="#currentTime">currentTime</a>().