summaryrefslogtreecommitdiffstats
path: root/src/k3bdiskinfoview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-26 21:01:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-26 21:01:38 +0900
commit5e9ef6688e58dccde4be0f0db310987db99d66d7 (patch)
tree909c595b6c09eb7de9d78bfa303814316600ab26 /src/k3bdiskinfoview.cpp
parent4b8cb80dce4b488d36b02d0c1d218676ecd78ac2 (diff)
downloadk3b-5e9ef6688e58dccde4be0f0db310987db99d66d7.tar.gz
k3b-5e9ef6688e58dccde4be0f0db310987db99d66d7.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/k3bdiskinfoview.cpp')
-rw-r--r--src/k3bdiskinfoview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k3bdiskinfoview.cpp b/src/k3bdiskinfoview.cpp
index 41c908f..a2a5e0e 100644
--- a/src/k3bdiskinfoview.cpp
+++ b/src/k3bdiskinfoview.cpp
@@ -109,7 +109,7 @@ public:
newWidth += listView()->columnWidth( i );
}
- // TODO: find a way to get the TRUE new width after resizing
+ // TODO: find a way to get the true new width after resizing
// TQRect r = p->clipRegion().boundingRect();
// r.setWidth( newWidth );