diff options
Diffstat (limited to 'quanta/parts')
-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: |