diff options
Diffstat (limited to 'kresources/featureplan/kcal_resourcefeatureplan.h')
-rw-r--r-- | kresources/featureplan/kcal_resourcefeatureplan.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kresources/featureplan/kcal_resourcefeatureplan.h b/kresources/featureplan/kcal_resourcefeatureplan.h index 0e666704e..2808aef71 100644 --- a/kresources/featureplan/kcal_resourcefeatureplan.h +++ b/kresources/featureplan/kcal_resourcefeatureplan.h @@ -42,11 +42,11 @@ class KDE_EXPORT ResourceFeaturePlan : public ResourceCached Q_OBJECT public: - ResourceFeaturePlan( const KConfig * ); + ResourceFeaturePlan( const TDEConfig * ); virtual ~ResourceFeaturePlan(); - void readConfig( const KConfig *config ); - void writeConfig( KConfig *config ); + void readConfig( const TDEConfig *config ); + void writeConfig( TDEConfig *config ); Prefs *prefs(); |