diff options
Diffstat (limited to 'lib/kformula/kformuladefs.h')
-rw-r--r-- | lib/kformula/kformuladefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/kformuladefs.h b/lib/kformula/kformuladefs.h index 80879f98..855121c7 100644 --- a/lib/kformula/kformuladefs.h +++ b/lib/kformula/kformuladefs.h @@ -163,7 +163,7 @@ enum TokenElementType { * The struct used to store static font data. */ struct InternFontTable { - short tqunicode; + short unicode; TQChar pos; CharClass cl; CharStyle style; |