diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-13 09:38:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-05-15 20:09:38 +0900 |
| commit | ca275a6386d2ea3b95129ce78695865a3523153b (patch) | |
| tree | 928f442cdcd715bb0ece379b605cfb4a7ef1c035 /kate/part/katehighlight.cpp | |
| parent | 3afb7eb4e984562dff3addf2c6399c19262497f0 (diff) | |
| download | tdelibs-ca275a63.tar.gz tdelibs-ca275a63.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ad58630b34fc61754c763cf951004ef27e38d33d)
Diffstat (limited to 'kate/part/katehighlight.cpp')
| -rw-r--r-- | kate/part/katehighlight.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/part/katehighlight.cpp b/kate/part/katehighlight.cpp index 1f432468d..86a77dc53 100644 --- a/kate/part/katehighlight.cpp +++ b/kate/part/katehighlight.cpp @@ -1140,7 +1140,7 @@ KateHlContext::KateHlContext (const TQString &_hlId, int attribute, int lineEndC dynamic = _dynamic; dynamicChild = false; noIndentationBasedFolding=_noIndentationBasedFolding; - if (_noIndentationBasedFolding) kdDebug(13010)<<TQString("**********************_noIndentationBasedFolding is TRUE*****************")<<endl; + if (_noIndentationBasedFolding) kdDebug(13010)<<TQString("**********************_noIndentationBasedFolding is true*****************")<<endl; } |
