summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqapplication.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r--doc/html/ntqapplication.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html
index 997502b95..d076d1911 100644
--- a/doc/html/ntqapplication.html
+++ b/doc/html/ntqapplication.html
@@ -804,7 +804,7 @@ 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
special function whenever there are no pending events, use a
-<a href="ntqtimer.html">TQTimer</a> with 0 timeout. More advanced idle processing schemes can
+<a href="tqtimer.html">TQTimer</a> with 0 timeout. More advanced idle processing schemes can
be achieved using <a href="#processEvents">processEvents</a>().
<p> <p>See also <a href="#quit">quit</a>(), <a href="#exit">exit</a>(), <a href="#processEvents">processEvents</a>(), and <a href="#setMainWidget">setMainWidget</a>().
@@ -1086,7 +1086,7 @@ Processes pending events, for 3 seconds or until there are no more
events to process, whichever is shorter.
<p> You can call this function occasionally when your program is busy
performing a long operation (e.g. copying a file).
-<p> <p>See also <a href="#exec">exec</a>(), <a href="ntqtimer.html">TQTimer</a>, and <a href="ntqeventloop.html#processEvents">TQEventLoop::processEvents</a>().
+<p> <p>See also <a href="#exec">exec</a>(), <a href="tqtimer.html">TQTimer</a>, and <a href="ntqeventloop.html#processEvents">TQEventLoop::processEvents</a>().
<p>Examples: <a href="fileiconview-example.html#x808">fileiconview/qfileiconview.cpp</a> and <a href="ftpclient-example.html#x778">network/ftpclient/main.cpp</a>.
<h3 class=fn>void <a name="processEvents-2"></a>TQApplication::processEvents ( int&nbsp;maxtime )
@@ -1096,7 +1096,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
there are no more events to process, whichever is shorter.
<p> You can call this function occasionally when you program is busy
doing a long operation (e.g. copying a file).
-<p> <p>See also <a href="#exec">exec</a>(), <a href="ntqtimer.html">TQTimer</a>, and <a href="ntqeventloop.html#processEvents">TQEventLoop::processEvents</a>().
+<p> <p>See also <a href="#exec">exec</a>(), <a href="tqtimer.html">TQTimer</a>, and <a href="ntqeventloop.html#processEvents">TQEventLoop::processEvents</a>().
<h3 class=fn>void <a name="processOneEvent"></a>TQApplication::processOneEvent ()
</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
@@ -1105,7 +1105,7 @@ doing a long operation (e.g. copying a file).
event processing must be grafted onto existing program loops.
<p> Using this function in new applications may be an indication of design
problems.
-<p> <p>See also <a href="#processEvents">processEvents</a>(), <a href="#exec">exec</a>(), and <a href="ntqtimer.html">TQTimer</a>.
+<p> <p>See also <a href="#processEvents">processEvents</a>(), <a href="#exec">exec</a>(), and <a href="tqtimer.html">TQTimer</a>.
<h3 class=fn>void <a name="quit"></a>TQApplication::quit ()<tt> [slot]</tt>
</h3>