diff options
Diffstat (limited to 'lib/kformula/fontstyle.h')
-rw-r--r-- | lib/kformula/fontstyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/fontstyle.h b/lib/kformula/fontstyle.h index 9fcd78b7..8132bbb6 100644 --- a/lib/kformula/fontstyle.h +++ b/lib/kformula/fontstyle.h @@ -48,7 +48,7 @@ public: */ bool init( ContextStyle* context, bool install = true ); - /// the table for ordinary symbols (those that have a unicode value) + /// the table for ordinary symbols (those that have a tqunicode value) const SymbolTable* symbolTable() const { return &m_symbolTable; } SymbolTable* symbolTable() { return &m_symbolTable; } |