summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-28 12:43:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-02 09:12:21 +0900
commit44f9e1431bdbe91e8763ee7c356b36a256625e48 (patch)
treeff3d0a185ccb1e622e5d4dd6050c94571b4c0a93
parentd3ac3acce52668955da3235b2d1c18dad0c0c851 (diff)
downloadknowit-44f9e1431bdbe91e8763ee7c356b36a256625e48.tar.gz
knowit-44f9e1431bdbe91e8763ee7c356b36a256625e48.zip
Replace TRUE/FALSE with boolean values true/falseHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/knowitapp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knowitapp.h b/src/knowitapp.h
index cb16bc4..c23acbd 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: