Replace TRUE/FALSE with boolean values true/false

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 44f9e1431b)
r14.1.x r14.1.4
Michele Calgaro 11 months ago
parent c3908e0804
commit 8a376c8b5e
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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:

Loading…
Cancel
Save