diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-07 18:23:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-07 23:24:46 +0900 |
| commit | fd06779f93512aa68988b165260941e6d3f1ff0f (patch) | |
| tree | bb06d03e494a97eae182a18562677e2e5b17bed5 /libtdeedu/extdate/extdatetimeedit.h | |
| parent | f1a4e21e9735931cfb58943bb1a3da4353e14302 (diff) | |
| download | tdeedu-fd06779f.tar.gz tdeedu-fd06779f.zip | |
Replace TRUE/FALSE with boolean values true/falser14.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 35149ce0bd6a7e9a315a395291ed4b59499b63cf)
Diffstat (limited to 'libtdeedu/extdate/extdatetimeedit.h')
| -rw-r--r-- | libtdeedu/extdate/extdatetimeedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdeedu/extdate/extdatetimeedit.h b/libtdeedu/extdate/extdatetimeedit.h index 6c252731..c4feaed7 100644 --- a/libtdeedu/extdate/extdatetimeedit.h +++ b/libtdeedu/extdate/extdatetimeedit.h @@ -285,7 +285,7 @@ private: class TQNumberSection { public: - TQNumberSection( int selStart = 0, int selEnd = 0, bool separat = TRUE, int actual = -1 ) + TQNumberSection( int selStart = 0, int selEnd = 0, bool separat = true, int actual = -1 ) : selstart( selStart ), selend( selEnd ), act( actual ), sep( separat ) {} int selectionStart() const { return selstart; } |
