diff options
Diffstat (limited to 'libkcal/resourcelocal.cpp')
-rw-r--r-- | libkcal/resourcelocal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/resourcelocal.cpp b/libkcal/resourcelocal.cpp index 8cfb3a9cd..dca20b9ae 100644 --- a/libkcal/resourcelocal.cpp +++ b/libkcal/resourcelocal.cpp @@ -146,7 +146,7 @@ bool ResourceLocal::doLoad() { bool success; - if ( !KStandardDirs::exists( mURL.path() ) ) { + if ( !TDEStandardDirs::exists( mURL.path() ) ) { kdDebug(5800) << "ResourceLocal::load(): File doesn't exist yet." << endl; // Save the empty calendar, so the calendar file will be created. success = doSave(); |