From 0f92dd542b65bc910caaf190b7c623aa5158c86a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 Nov 2011 22:33:41 -0600 Subject: Fix native TQt3 accidental conversion to tquit --- doc/html/qeventloop.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qeventloop.html') diff --git a/doc/html/qeventloop.html b/doc/html/qeventloop.html index 46e06c13e..1204d0ca9 100644 --- a/doc/html/qeventloop.html +++ b/doc/html/qeventloop.html @@ -165,7 +165,7 @@ exec() to start a local event loop. special function whenever there are no pending events, use a TQTimer with 0 timeout. More advanced idle processing schemes can be achieved using processEvents(). -

See also TQApplication::tquit(), exit(), and processEvents(). +

See also TQApplication::quit(), exit(), and processEvents().

void TQEventLoop::exit ( int retcode = 0 ) [virtual]

@@ -177,7 +177,7 @@ value indicates an error.

Note that unlike the C library function of the same name, this function does return to the caller -- it is event processing that stops. -

See also TQApplication::tquit() and exec(). +

See also TQApplication::quit() and exec().

void TQEventLoop::exitLoop () [virtual]

-- cgit v1.2.1