summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqthread.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqthread.html')
-rw-r--r--doc/html/ntqthread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqthread.html b/doc/html/ntqthread.html
index a28028fbe..8fc0e5660 100644
--- a/doc/html/ntqthread.html
+++ b/doc/html/ntqthread.html
@@ -90,7 +90,7 @@ run() to include your code. For example:
{
for( int count = 0; count < 20; count++ ) {
<a href="#sleep">sleep</a>( 1 );
- <a href="ntqapplication.html#qDebug">qDebug</a>( "Ping!" );
+ <a href="ntqapplication.html#qDebug">tqDebug</a>( "Ping!" );
}
}