summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqfontdata_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/tqfontdata_p.h')
-rw-r--r--src/kernel/tqfontdata_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kernel/tqfontdata_p.h b/src/kernel/tqfontdata_p.h
index 6b42c6bcf..89efd70d4 100644
--- a/src/kernel/tqfontdata_p.h
+++ b/src/kernel/tqfontdata_p.h
@@ -67,10 +67,10 @@ struct TQFontDef
inline TQFontDef()
: pointSize( -1 ), pixelSize( -1 ),
styleHint( TQFont::AnyStyle ), styleStrategy( TQFont::PreferDefault ),
- weight( 50 ), italic( FALSE ), fixedPitch( FALSE ), stretch( 100 ),
- ignorePitch(TRUE)
+ weight( 50 ), italic( false ), fixedPitch( false ), stretch( 100 ),
+ ignorePitch(true)
#ifdef TQ_WS_MAC
- ,fixedPitchComputed(FALSE)
+ ,fixedPitchComputed(false)
#endif
{
}
@@ -111,7 +111,7 @@ struct TQFontDef
if ( addStyle != other.addStyle ) return addStyle < other.addStyle;
#endif // TQ_WS_X11
- return FALSE;
+ return false;
}
};