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-08 13:46:29 +0900 |
| commit | 4b6836187ba1d0ee85b6be44284639b5bccc8b88 (patch) | |
| tree | 98c57d76008826cadfe85d2e6b299e82d1688cb1 /quanta | |
| parent | 2f53a66d2c8fa7b07c021b424595b39b4087921b (diff) | |
| download | tdewebdev-4b6836187ba1d0ee85b6be44284639b5bccc8b88.tar.gz tdewebdev-4b6836187ba1d0ee85b6be44284639b5bccc8b88.zip | |
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta')
| -rw-r--r-- | quanta/parts/kafka/domtreeview.h | 2 | ||||
| -rw-r--r-- | quanta/parts/kafka/htmldocumentproperties.h | 2 | ||||
| -rw-r--r-- | quanta/plugins/quantaplugininterface.h | 2 | ||||
| -rw-r--r-- | quanta/utility/toolbartabwidget.h | 2 |
4 files changed, 4 insertions, 4 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: diff --git a/quanta/plugins/quantaplugininterface.h b/quanta/plugins/quantaplugininterface.h index d042faef..adca6b70 100644 --- a/quanta/plugins/quantaplugininterface.h +++ b/quanta/plugins/quantaplugininterface.h @@ -58,7 +58,7 @@ public: virtual void readConfig(); /** Write the rc file */ virtual void writeConfig(); - /* Returns TRUE if the plugin specified by a_name is available for us*/ + /* Returns true if the plugin specified by a_name is available for us*/ bool pluginAvailable(const TQString &); /** Gets the plugins */ TQDict<QuantaPlugin> plugins() {return m_plugins;}; 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: |
