summaryrefslogtreecommitdiffstats
path: root/kworldwatch/flow.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2026-01-05 18:12:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2026-01-05 18:12:45 +0100
commit51ff522f6140a5ffc98e6350992e47207b706916 (patch)
tree045412f01cd401353f39f23d3505321221558b41 /kworldwatch/flow.h
parent0c6f1df612314096c4466addec2e31ae2d3484bd (diff)
downloadtdetoys-master.tar.gz
tdetoys-master.zip
Replace TRUE/FALSE with boolean values true/false.HEADmaster
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kworldwatch/flow.h')
-rw-r--r--kworldwatch/flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kworldwatch/flow.h b/kworldwatch/flow.h
index 6eed52e..5657d30 100644
--- a/kworldwatch/flow.h
+++ b/kworldwatch/flow.h
@@ -46,7 +46,7 @@ protected:
void setGeometry( const TQRect& );
private:
- int doLayout( const TQRect&, bool testonly = FALSE );
+ int doLayout( const TQRect&, bool testonly = false );
TQPtrList<TQLayoutItem> list;
int cached_width;
int cached_hfw;