summaryrefslogtreecommitdiffstats
path: root/libkcal/resourcecached.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/resourcecached.cpp')
-rw-r--r--libkcal/resourcecached.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/resourcecached.cpp b/libkcal/resourcecached.cpp
index aab9216d..5be335e9 100644
--- a/libkcal/resourcecached.cpp
+++ b/libkcal/resourcecached.cpp
@@ -417,7 +417,7 @@ KPIM::IdMapper& ResourceCached::idMapper()
TQString ResourceCached::cacheFile() const
{
- return locateLocal( "cache", "kcal/kresources/" + identifier() );
+ return locateLocal( "cache", "kcal/tderesources/" + identifier() );
}
TQString ResourceCached::changesCacheFile( const TQString &type ) const