diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:37:21 -0600 |
commit | 86d8364ac704bdc8ad2dfcf52307d9626cfac567 (patch) | |
tree | 97d3ac2c2f60780d9a1de4f82caac7cb27534501 /kresources/featureplan/kcal_resourcefeatureplan.cpp | |
parent | a9bde819f2b421dcc44741156e75eca4bb5fb4f4 (diff) | |
download | tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.tar.gz tdepim-86d8364ac704bdc8ad2dfcf52307d9626cfac567.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'kresources/featureplan/kcal_resourcefeatureplan.cpp')
-rw-r--r-- | kresources/featureplan/kcal_resourcefeatureplan.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kresources/featureplan/kcal_resourcefeatureplan.cpp b/kresources/featureplan/kcal_resourcefeatureplan.cpp index 349e4ad56..762bee1f8 100644 --- a/kresources/featureplan/kcal_resourcefeatureplan.cpp +++ b/kresources/featureplan/kcal_resourcefeatureplan.cpp @@ -43,7 +43,7 @@ using namespace KCal; -ResourceFeaturePlan::ResourceFeaturePlan( const KConfig *config ) +ResourceFeaturePlan::ResourceFeaturePlan( const TDEConfig *config ) : ResourceCached( config ), mLock( true ) { mPrefs = new Prefs; @@ -60,12 +60,12 @@ Prefs *ResourceFeaturePlan::prefs() return mPrefs; } -void ResourceFeaturePlan::readConfig( const KConfig * ) +void ResourceFeaturePlan::readConfig( const TDEConfig * ) { mPrefs->readConfig(); } -void ResourceFeaturePlan::writeConfig( KConfig *config ) +void ResourceFeaturePlan::writeConfig( TDEConfig *config ) { ResourceCalendar::writeConfig( config ); |