summaryrefslogtreecommitdiffstats
path: root/doc/html/qtime.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qtime.html')
-rw-r--r--doc/html/qtime.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qtime.html b/doc/html/qtime.html
index 15f48a9a..369a105b 100644
--- a/doc/html/qtime.html
+++ b/doc/html/qtime.html
@@ -316,7 +316,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">qDebug</a>( "Time elapsed: %d ms", t.<a href="#elapsed">elapsed</a>() );
+ <a href="ntqapplication.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>().