diff options
Diffstat (limited to 'lib/kformula/contextstyle.cc')
-rw-r--r-- | lib/kformula/contextstyle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/contextstyle.cc b/lib/kformula/contextstyle.cc index b6067e10..a744e02d 100644 --- a/lib/kformula/contextstyle.cc +++ b/lib/kformula/contextstyle.cc @@ -89,7 +89,7 @@ const SymbolTable& ContextStyle::symbolTable() const } -void ContextStyle::readConfig( KConfig* config, bool init ) +void ContextStyle::readConfig( TDEConfig* config, bool init ) { config->setGroup( "kformula Font" ); TQString fontName = config->readEntry( "defaultFont", "Times,12,-1,5,50,1,0,0,0,0" ); |