diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:10:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:10:32 -0600 |
commit | 3fe437def8063926892bddf2dcc733861308836d (patch) | |
tree | 021d66ad023a32bc8ea0074a1ab3d01316aff8b0 /lib/kformula/contextstyle.h | |
parent | 5b8ab149469c8e186ee8b05d90c0103ae722dd85 (diff) | |
download | koffice-3fe437def8063926892bddf2dcc733861308836d.tar.gz koffice-3fe437def8063926892bddf2dcc733861308836d.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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; } |