summaryrefslogtreecommitdiffstats
path: root/plugins/gui-quickbar/buttonflowlayout.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-26 21:03:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-28 09:18:11 +0900
commit4d618f818dc0406196ab93943df1bfc691f44a13 (patch)
tree89096ff9055373b473bfe7dfc723d0975ced2fcf /plugins/gui-quickbar/buttonflowlayout.h
parentf51a973a9ecb60dcf6d717b4aa3ff41464fe547e (diff)
downloadtderadio-4d618f81.tar.gz
tderadio-4d618f81.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b0e57710fb765a6060971ec0db21bbed462f7da9)
Diffstat (limited to 'plugins/gui-quickbar/buttonflowlayout.h')
-rw-r--r--plugins/gui-quickbar/buttonflowlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gui-quickbar/buttonflowlayout.h b/plugins/gui-quickbar/buttonflowlayout.h
index 117197a..fcef601 100644
--- a/plugins/gui-quickbar/buttonflowlayout.h
+++ b/plugins/gui-quickbar/buttonflowlayout.h
@@ -51,7 +51,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;