summaryrefslogtreecommitdiffstats
path: root/lib/libchmfile/libchmfileimpl.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-31 15:40:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-31 15:48:52 +0900
commit66dc020d264d1fe4ebe235e5dd7eceb863007d7c (patch)
tree20ec5c89988c1ed470adf0893343f4d9c5119905 /lib/libchmfile/libchmfileimpl.h
parent0ab7a6fc13973ab74f2116c3260cec68a766f85e (diff)
downloadkchmviewer-66dc020d264d1fe4ebe235e5dd7eceb863007d7c.tar.gz
kchmviewer-66dc020d264d1fe4ebe235e5dd7eceb863007d7c.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'lib/libchmfile/libchmfileimpl.h')
-rw-r--r--lib/libchmfile/libchmfileimpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libchmfile/libchmfileimpl.h b/lib/libchmfile/libchmfileimpl.h
index d596d81..4dd7f85 100644
--- a/lib/libchmfile/libchmfileimpl.h
+++ b/lib/libchmfile/libchmfileimpl.h
@@ -258,7 +258,7 @@ class LCHMFileImpl
//! Map to decode HTML entitles like &acute; based on current encoding
TQMap<TQString, TQString> m_entityDecodeMap;
- //! TRUE if /#TOPICS, /#STRINGS, /#URLTBL and /#URLSTR are resolved, and the members below are valid
+ //! true if /#TOPICS, /#STRINGS, /#URLTBL and /#URLSTR are resolved, and the members below are valid
bool m_lookupTablesValid;
//! pointer to /#TOPICS
@@ -274,7 +274,7 @@ class LCHMFileImpl
chmUnitInfo m_chmURLSTR;
//! Indicates whether the built-in search is available. This is true only when m_lookupTablesValid
- //! is TRUE, and m_chmFIftiMain is resolved.
+ //! is true, and m_chmFIftiMain is resolved.
bool m_searchAvailable;
//! pointer to /$FIftiMain