summaryrefslogtreecommitdiffstats
path: root/puic/uic.h
diff options
context:
space:
mode:
Diffstat (limited to 'puic/uic.h')
-rw-r--r--puic/uic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/puic/uic.h b/puic/uic.h
index 75b3c1c..4dd0482 100644
--- a/puic/uic.h
+++ b/puic/uic.h
@@ -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 );