summaryrefslogtreecommitdiffstats
path: root/libkcal/resourcelocal.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:29:09 -0600
commitf2225fc1f936c1d9e6a5570a63ffe12c366176bf (patch)
treecf0b7f61bb88ea0a2e155d4cffeeb4eaaa8549dd /libkcal/resourcelocal.cpp
parent0922423eb834afb70e3323db43062cf4083dc298 (diff)
downloadtdepim-f2225fc1f936c1d9e6a5570a63ffe12c366176bf.tar.gz
tdepim-f2225fc1f936c1d9e6a5570a63ffe12c366176bf.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'libkcal/resourcelocal.cpp')
-rw-r--r--libkcal/resourcelocal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/resourcelocal.cpp b/libkcal/resourcelocal.cpp
index 8cfb3a9c..dca20b9a 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();