From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/session.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/session.html') diff --git a/doc/html/session.html b/doc/html/session.html index 85e6d1315..6fd4e72cd 100644 --- a/doc/html/session.html +++ b/doc/html/session.html @@ -83,7 +83,7 @@ globally unique, so no clashes will occur. (See information on saving/restoring the state of a particular TQt application.)

Restoration is usually done in the application's main() -function. Check if TQApplication::isSessionRestored() is TRUE. If +function. Check if TQApplication::isSessionRestored() is true. If that's the case, use the session identifier TQApplication::sessionId() again to access your state data and restore the state of the application.

Important: In order to allow the window manager to -- cgit v1.2.3