From 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Jun 2024 21:53:17 +0900 Subject: Rename date and time nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqeventloop.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/ntqeventloop.html') diff --git a/doc/html/ntqeventloop.html b/doc/html/ntqeventloop.html index 9b7171841..e270fd8fc 100644 --- a/doc/html/ntqeventloop.html +++ b/doc/html/ntqeventloop.html @@ -163,7 +163,7 @@ can be used before calling exec(), because modal widgets call exec() to start a local event loop.

To make your application perform idle processing, i.e. executing a special function whenever there are no pending events, use a -TQTimer with 0 timeout. More advanced idle processing schemes can +TQTimer with 0 timeout. More advanced idle processing schemes can be achieved using processEvents().

See also TQApplication::quit(), exit(), and processEvents(). -- cgit v1.2.3