diff options
Diffstat (limited to 'tderesources/featureplan/kcal_resourcefeatureplan.cpp')
-rw-r--r-- | tderesources/featureplan/kcal_resourcefeatureplan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/featureplan/kcal_resourcefeatureplan.cpp b/tderesources/featureplan/kcal_resourcefeatureplan.cpp index d417c0d83..f5c7ee5fd 100644 --- a/tderesources/featureplan/kcal_resourcefeatureplan.cpp +++ b/tderesources/featureplan/kcal_resourcefeatureplan.cpp @@ -143,7 +143,7 @@ bool ResourceFeaturePlan::doSave() return true; } -KABC::Lock *ResourceFeaturePlan::lock() +TDEABC::Lock *ResourceFeaturePlan::lock() { return &mLock; } |