From f2225fc1f936c1d9e6a5570a63ffe12c366176bf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:29:09 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- libkcal/resourcelocaldir.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libkcal/resourcelocaldir.cpp') diff --git a/libkcal/resourcelocaldir.cpp b/libkcal/resourcelocaldir.cpp index 5ca0518e..730f3abd 100644 --- a/libkcal/resourcelocaldir.cpp +++ b/libkcal/resourcelocaldir.cpp @@ -127,13 +127,13 @@ bool ResourceLocalDir::doLoad() mCalendar.close(); TQString dirName = mURL.path(); - if ( !( KStandardDirs::exists( dirName ) || KStandardDirs::exists( dirName + "/") ) ) { + if ( !( TDEStandardDirs::exists( dirName ) || TDEStandardDirs::exists( dirName + "/") ) ) { kdDebug(5800) << "ResourceLocalDir::load(): Directory '" << dirName << "' doesn't exist yet. Creating it..." << endl; // Create the directory. Use 0775 to allow group-writable if the umask // allows it (permissions will be 0775 & ~umask). This is desired e.g. for // group-shared directories! - return KStandardDirs::makeDir( dirName, 0775 ); + return TDEStandardDirs::makeDir( dirName, 0775 ); } // The directory exists. Now try to open (the files in) it. -- cgit v1.2.3