diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-08 13:46:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-04-10 11:39:53 +0900 |
commit | 6d9f250db7d9fa11a554d1045703da36fde41973 (patch) | |
tree | b79af5b615aad4eb0333d5f4e020d17170447ce1 /quanta/parts/kafka | |
parent | 6f9718f5603d163770d6a73f6e341d84aa1f1234 (diff) | |
download | tdewebdev-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/parts/kafka')
-rw-r--r-- | quanta/parts/kafka/domtreeview.h | 2 | ||||
-rw-r--r-- | quanta/parts/kafka/htmldocumentproperties.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/quanta/parts/kafka/domtreeview.h b/quanta/parts/kafka/domtreeview.h index 45e00176..d57dca64 100644 --- a/quanta/parts/kafka/domtreeview.h +++ b/quanta/parts/kafka/domtreeview.h @@ -69,7 +69,7 @@ class KafkaDOMTreeDialog : public TQDialog TQ_OBJECT public: - KafkaDOMTreeDialog(TQWidget *parent = 0, TDEHTMLPart *part = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + KafkaDOMTreeDialog(TQWidget *parent = 0, TDEHTMLPart *part = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); ~KafkaDOMTreeDialog(); DOMTreeView *domview; TQGridLayout *DialogLayout; diff --git a/quanta/parts/kafka/htmldocumentproperties.h b/quanta/parts/kafka/htmldocumentproperties.h index 2d4e2706..aa622688 100644 --- a/quanta/parts/kafka/htmldocumentproperties.h +++ b/quanta/parts/kafka/htmldocumentproperties.h @@ -52,7 +52,7 @@ public: * without having made any changes. */ htmlDocumentProperties( TQWidget* parent = 0, bool forceInsertionOfBasicNodes = false, - const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + const char* name = 0, bool modal = false, WFlags fl = 0 ); ~htmlDocumentProperties(); protected slots: |