summaryrefslogtreecommitdiffstats
path: root/doc/html/tqthread.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqthread.html')
-rw-r--r--doc/html/tqthread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqthread.html b/doc/html/tqthread.html
index e521e69f5..8858f4aaa 100644
--- a/doc/html/tqthread.html
+++ b/doc/html/tqthread.html
@@ -88,7 +88,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">tqDebug</a>( "Ping!" );
+ <a href="tqapplication.html#qDebug">tqDebug</a>( "Ping!" );
}
}