From 049525ee6a9c51485354f02531a2dfd63829cabd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 May 2012 01:33:20 -0500 Subject: Fix creation of profile directory in system root This closes Bug 293 --- tdecore/kconfigbackend.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tdecore/kconfigbackend.cpp b/tdecore/kconfigbackend.cpp index 966c8c219..9ee9dd606 100644 --- a/tdecore/kconfigbackend.cpp +++ b/tdecore/kconfigbackend.cpp @@ -255,8 +255,7 @@ void KConfigBackEnd::changeFileName(const TQString &_fileName, mLocalFileName = KGlobal::dirs()->saveLocation(resType) + mfileName; if (useKDEGlobals) - mGlobalFileName = KGlobal::dirs()->saveLocation("config") + - TQString::fromLatin1("kdeglobals"); + mGlobalFileName = KGlobal::dirs()->saveLocation("config", TQString(), false) + TQString::fromLatin1("kdeglobals"); else mGlobalFileName = TQString::null; -- cgit v1.2.1