summaryrefslogtreecommitdiffstats
path: root/kdesu/process.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-20 06:06:53 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-20 06:06:53 +0000
commitaeddaec26618462b890896c75b714b764910184d (patch)
tree48a306434ab0941c2d88419bc6c11d529793ee74 /kdesu/process.cpp
parent9a8ee04e39950521153ce364181cebfa687486aa (diff)
downloadtdelibs-aeddaec26618462b890896c75b714b764910184d.tar.gz
tdelibs-aeddaec26618462b890896c75b714b764910184d.zip
Use TDE_FULL_SESSION instead of KDE_FULL_SESSION
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1248149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdesu/process.cpp')
-rw-r--r--kdesu/process.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesu/process.cpp b/kdesu/process.cpp
index f5fb7d34e..d50e188f5 100644
--- a/kdesu/process.cpp
+++ b/kdesu/process.cpp
@@ -358,7 +358,7 @@ int PtyProcess::exec(const TQCString &command, const QCStringList &args)
{
putenv(const_cast<TQCString&>(*it).data());
}
- unsetenv("KDE_FULL_SESSION");
+ unsetenv("TDE_FULL_SESSION");
// set temporarily LC_ALL to C, for su (to be able to parse "Password:")
const char* old_lc_all = getenv( "LC_ALL" );