diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:29:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 13:29:09 -0600 |
commit | f2225fc1f936c1d9e6a5570a63ffe12c366176bf (patch) | |
tree | cf0b7f61bb88ea0a2e155d4cffeeb4eaaa8549dd /libkcal/resourcelocal.cpp | |
parent | 0922423eb834afb70e3323db43062cf4083dc298 (diff) | |
download | tdepim-f2225fc1f936c1d9e6a5570a63ffe12c366176bf.tar.gz tdepim-f2225fc1f936c1d9e6a5570a63ffe12c366176bf.zip |
Rename KStandard for enhanced compatibility with KDE4
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(); |