diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-03-28 12:43:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-02 09:12:11 +0900 |
| commit | dadec5db2e0816d60fce98ca30da1b008dd05b4c (patch) | |
| tree | 0c02c77b79bcfd9c6f98cc5bb6596935dfcfb0bb /kmymoney2/widgets/kmymoneyaccounttreebase.h | |
| parent | cde62dc2652ece3f25d6ab50f3a66cd78f7f10da (diff) | |
| download | kmymoney-dadec5db.tar.gz kmymoney-dadec5db.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8ea77e27d61983f4ca5fe73d627fc000712abe9d)
Diffstat (limited to 'kmymoney2/widgets/kmymoneyaccounttreebase.h')
| -rw-r--r-- | kmymoney2/widgets/kmymoneyaccounttreebase.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/widgets/kmymoneyaccounttreebase.h b/kmymoney2/widgets/kmymoneyaccounttreebase.h index 086b87b..8a7b90f 100644 --- a/kmymoney2/widgets/kmymoneyaccounttreebase.h +++ b/kmymoney2/widgets/kmymoneyaccounttreebase.h @@ -351,9 +351,9 @@ public: int compare(TQListViewItem* i, int col, bool ascending) const; /** - * If o is TRUE all child items are shown initially. The user can + * If o is true all child items are shown initially. The user can * hide them by clicking the - icon to the left of the item. If - * o is FALSE, the children of this item are initially hidden. + * o is false, the children of this item are initially hidden. * The user can show them by clicking the + icon to the left of the item. * * Overrides TDEListViewItem::setOpen() and exchanges the value field |
