diff options
Diffstat (limited to 'kpovmodeler/pmpart.h')
-rw-r--r-- | kpovmodeler/pmpart.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmpart.h b/kpovmodeler/pmpart.h index ee2b071d..7c14cbf9 100644 --- a/kpovmodeler/pmpart.h +++ b/kpovmodeler/pmpart.h @@ -120,11 +120,11 @@ public: /** * saves settings */ - void saveConfig( KConfig* cfg ); + void saveConfig( TDEConfig* cfg ); /** * loads settings */ - void restoreConfig( KConfig* cfg ); + void restoreConfig( TDEConfig* cfg ); /** * Updates the sorted list of selected objects if necessary and |