diff options
| -rw-r--r-- | kdirstat/kdirtreeview.h | 2 |
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. |
