diff options
Diffstat (limited to 'lib/kformula/contextstyle.h')
-rw-r--r-- | lib/kformula/contextstyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/contextstyle.h b/lib/kformula/contextstyle.h index 11a103dd..edf9cefa 100644 --- a/lib/kformula/contextstyle.h +++ b/lib/kformula/contextstyle.h @@ -93,7 +93,7 @@ public: * installation. Mark as false when this is not intended (i. e. creating * configuration dialog from another component) */ - void readConfig( KConfig* config, bool init = true ); + void readConfig( TDEConfig* config, bool init = true ); bool edit() const { return m_edit; } void setEdit( bool e ) { m_edit = e; } |