diff options
Diffstat (limited to 'pytqlupdate3/metatranslator.h')
-rw-r--r-- | pytqlupdate3/metatranslator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pytqlupdate3/metatranslator.h b/pytqlupdate3/metatranslator.h index aab280f..abe0293 100644 --- a/pytqlupdate3/metatranslator.h +++ b/pytqlupdate3/metatranslator.h @@ -33,7 +33,7 @@ public: MetaTranslatorMessage( const char *context, const char *sourceText, const char *comment, const TQString& translation = TQString::null, - bool utf8 = FALSE, Type type = Unfinished ); + bool utf8 = false, Type type = Unfinished ); MetaTranslatorMessage( const MetaTranslatorMessage& m ); MetaTranslatorMessage& operator=( const MetaTranslatorMessage& m ); @@ -68,7 +68,7 @@ public: bool load( const TQString& filename ); bool save( const TQString& filename ) const; - bool release( const TQString& filename, bool verbose = FALSE ) const; + bool release( const TQString& filename, bool verbose = false ) const; bool contains( const char *context, const char *sourceText, const char *comment ) const; |