Replace TRUE/FALSE with boolean values true/false

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
master
Michele Calgaro 5 months ago
parent d3ac3acce5
commit 44f9e1431b
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