diff options
Diffstat (limited to 'lib/kotext/KoComplexText.h')
-rw-r--r-- | lib/kotext/KoComplexText.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/KoComplexText.h b/lib/kotext/KoComplexText.h index 8a22d152b..2a2867b96 100644 --- a/lib/kotext/KoComplexText.h +++ b/lib/kotext/KoComplexText.h @@ -75,7 +75,7 @@ struct TQ_EXPORT KoBidiStatus { struct TQ_EXPORT KoBidiContext : public TQShared { // ### ref and deref parent? - KoBidiContext( uchar level, TQChar::Direction embedding, KoBidiContext *parent = 0, bool override = FALSE ); + KoBidiContext( uchar level, TQChar::Direction embedding, KoBidiContext *parent = 0, bool override = false ); ~KoBidiContext(); unsigned char level; |