summaryrefslogtreecommitdiffstats
path: root/tdeparts
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-05-13 09:38:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-05-15 20:09:38 +0900
commitca275a6386d2ea3b95129ce78695865a3523153b (patch)
tree928f442cdcd715bb0ece379b605cfb4a7ef1c035 /tdeparts
parent3afb7eb4e984562dff3addf2c6399c19262497f0 (diff)
downloadtdelibs-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 'tdeparts')
-rw-r--r--tdeparts/COMMENTS2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeparts/COMMENTS b/tdeparts/COMMENTS
index d36d98eef..15472ac52 100644
--- a/tdeparts/COMMENTS
+++ b/tdeparts/COMMENTS
@@ -588,7 +588,7 @@ issue compared to what's above though.
(Torben) About the fact that konqy can embed a KReadWritePart (short KRWP):
This is IMHO not a konqy problem but a KRWP design bug. KRWP overloads
KROP and changes the semantics (editing is possible). By default KRWP should
- go into ReadOnly mode. Only if one calls rwpart->setEditable( TRUE ) it should
+ go into ReadOnly mode. Only if one calls rwpart->setEditable( true ) it should
offer editing of the data. It may still happen that some KRWPs dont obeye the
"editable" flag, but that is a bug inside of the KRWP.