summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qtime.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qtime.3qt')
-rw-r--r--doc/man/man3/qtime.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qtime.3qt b/doc/man/man3/qtime.3qt
index 1afd494..33db5b4 100644
--- a/doc/man/man3/qtime.3qt
+++ b/doc/man/man3/qtime.3qt
@@ -293,7 +293,7 @@ Sets this time to the current time. This is practical for timing:
.br
some_lengthy_task();
.br
- qDebug( "Time elapsed: %d ms", t.elapsed() );
+ tqDebug( "Time elapsed: %d ms", t.elapsed() );
.br
.fi
.PP