summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-31 15:40:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-03 10:20:51 +0900
commit4c2cedc01b7f8aee04253744919a915e58365322 (patch)
tree704b341ed28779e9b80cfbf573b9d60c9aa194ec
parent7ddf367545911f42f61c9df057233987d55df493 (diff)
downloadkdirstat-4c2cedc0.tar.gz
kdirstat-4c2cedc0.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ea4c0f7c31bcc82fbbb0b9435f00580312107eb1)
-rw-r--r--kdirstat/kdirtreeview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdirstat/kdirtreeview.h b/kdirstat/kdirtreeview.h
index fc69431..98c45e9 100644
--- a/kdirstat/kdirtreeview.h
+++ b/kdirstat/kdirtreeview.h
@@ -211,7 +211,7 @@ namespace KDirStat
*
* Reimplemented from TQListView so we can keep track of the sort column.
**/
- virtual void setSorting( int column, bool increasing = TRUE );
+ virtual void setSorting( int column, bool increasing = true );
/**
* Returns the internal @ref KDirTree this view works on.