diff options
Diffstat (limited to 'quanta/parts/kafka/htmldocumentproperties.h')
-rw-r--r-- | quanta/parts/kafka/htmldocumentproperties.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |