From 8a376c8b5eba45832e8cfd708428a4b7d0fefd25 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 28 Mar 2025 12:43:35 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit 44f9e1431bdbe91e8763ee7c356b36a256625e48) --- src/knowitapp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/knowitapp.h b/src/knowitapp.h index 417b1e2..8bdea9a 100644 --- a/src/knowitapp.h +++ b/src/knowitapp.h @@ -35,7 +35,7 @@ public: * @param sm The TQSessionManager object. */ virtual void commitData(TQSessionManager& sm); - /** Returns TRUE if the Application is closed by the session manager. */ + /** Returns true if the Application is closed by the session manager. */ bool closeByLogout() {return(mcloseByLogout);} private: -- cgit v1.2.3