summaryrefslogtreecommitdiffstats
path: root/tdesu/tdesu
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-07 17:52:11 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-07 17:52:11 -0600
commitf62ebdf09ec164b504966b5cb648d562353c0859 (patch)
treed2f6d766dcd7b518626f825342073e6ba17719a9 /tdesu/tdesu
parent8c5bbc4bd96509df7085f608d47c7d0855b8926e (diff)
downloadtdebase-f62ebdf09ec164b504966b5cb648d562353c0859.tar.gz
tdebase-f62ebdf09ec164b504966b5cb648d562353c0859.zip
Rename straggling environment variables KDE->TDE.
Diffstat (limited to 'tdesu/tdesu')
-rw-r--r--tdesu/tdesu/tdesu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdesu/tdesu/tdesu.cpp b/tdesu/tdesu/tdesu.cpp
index 889b92abf..f9ba44e6c 100644
--- a/tdesu/tdesu/tdesu.cpp
+++ b/tdesu/tdesu/tdesu.cpp
@@ -302,7 +302,7 @@ static int startApp()
if (!new_dcop)
{
- TQCString ksycoca = "KDESYCOCA="+TQFile::encodeName(locateLocal("cache", "ksycoca"));
+ TQCString ksycoca = "TDESYCOCA="+TQFile::encodeName(locateLocal("cache", "ksycoca"));
env << ksycoca;
options += "xf"; // X-only, dcop forwarding enabled.