diff options
Diffstat (limited to 'puic/uic.h')
-rw-r--r-- | puic/uic.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ # define TQ_DUMMY_COMPARISON_OPERATOR(C) \ bool operator==( const C& ) const { \ tqWarning( #C"::operator==( const "#C"& ) got called." ); \ - return FALSE; \ + return false; \ } # else # define TQ_DUMMY_COMPARISON_OPERATOR(C) @@ -181,7 +181,7 @@ private: static TQString mkBool( bool b ); static TQString mkBool( const TQString& s ); bool toBool( const TQString& s ); - static TQString fixString( const TQString &str, bool encode = FALSE ); + static TQString fixString( const TQString &str, bool encode = false ); static bool onlyAscii; static TQString mkStdSet( const TQString& prop ); static TQString getComment( const TQDomNode& n ); |