summaryrefslogtreecommitdiffstats
path: root/doc/html/tqeventloop.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqeventloop.html')
-rw-r--r--doc/html/tqeventloop.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqeventloop.html b/doc/html/tqeventloop.html
index 29cbf66a0..fa71020d5 100644
--- a/doc/html/tqeventloop.html
+++ b/doc/html/tqeventloop.html
@@ -158,7 +158,7 @@ returns the value that was set to exit().
main event loop receives events from the window system and
dispatches these to the application widgets.
<p> Generally speaking, no user interaction can take place before
-calling <a href="#exec">exec</a>(). As a special case, modal widgets like <a href="ntqmessagebox.html">TQMessageBox</a>
+calling <a href="#exec">exec</a>(). As a special case, modal widgets like <a href="tqmessagebox.html">TQMessageBox</a>
can be used before calling exec(), because modal widgets call
exec() to start a local event loop.
<p> To make your application perform idle processing, i.e. executing a