From d3afa6baf98ef5ac191996cc9b909ff9074c168c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 13:28:26 -0600 Subject: Rename KStandard for enhanced compatibility with KDE4 --- tdecore/tdeconfigbackend.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdecore/tdeconfigbackend.cpp') diff --git a/tdecore/tdeconfigbackend.cpp b/tdecore/tdeconfigbackend.cpp index 5074f8d22..e48bd8cc9 100644 --- a/tdecore/tdeconfigbackend.cpp +++ b/tdecore/tdeconfigbackend.cpp @@ -333,7 +333,7 @@ bool TDEConfigINIBackEnd::parseConfigFiles() KURL path; path.setPath(mLocalFileName); TQString dir=path.directory(); - KStandardDirs::makeDir(dir); + TDEStandardDirs::makeDir(dir); if (checkAccess(mLocalFileName, W_OK)) { @@ -806,7 +806,7 @@ void TDEConfigINIBackEnd::sync(bool bMerge) KURL path; path.setPath(mLocalFileName); TQString dir=path.directory(); - KStandardDirs::makeDir(dir); + TDEStandardDirs::makeDir(dir); } // Can we allow the write? We can, if the program @@ -1177,7 +1177,7 @@ bool TDEConfigBackEnd::checkConfigFilesWritable(bool warnUser) { // Note: We don't ask the user if we should not ask this question again because we can't save the answer. errorMsg += i18n("Please contact your system administrator."); - TQString cmdToExec = KStandardDirs::findExe(TQString("kdialog")); + TQString cmdToExec = TDEStandardDirs::findExe(TQString("kdialog")); TDEApplication *app = kapp; if (!cmdToExec.isEmpty() && app) { -- cgit v1.2.1