summaryrefslogtreecommitdiffstats
path: root/quanta/utility
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-08 13:46:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-10 11:39:53 +0900
commit6d9f250db7d9fa11a554d1045703da36fde41973 (patch)
treeb79af5b615aad4eb0333d5f4e020d17170447ce1 /quanta/utility
parent6f9718f5603d163770d6a73f6e341d84aa1f1234 (diff)
downloadtdewebdev-r14.1.4.tar.gz
tdewebdev-r14.1.4.zip
Replace TRUE/FALSE with boolean values true/falser14.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4b6836187ba1d0ee85b6be44284639b5bccc8b88)
Diffstat (limited to 'quanta/utility')
-rw-r--r--quanta/utility/toolbartabwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/utility/toolbartabwidget.h b/quanta/utility/toolbartabwidget.h
index 3536ca83..ad83e866 100644
--- a/quanta/utility/toolbartabwidget.h
+++ b/quanta/utility/toolbartabwidget.h
@@ -88,7 +88,7 @@ class QuantaToolBar: public TDEToolBar
public:
- QuantaToolBar (TQWidget *parent, const char *name=0, bool honor_style=FALSE, bool readConfig=TRUE);
+ QuantaToolBar (TQWidget *parent, const char *name=0, bool honor_style=false, bool readConfig=true);
virtual ~QuantaToolBar() {};
private slots: