diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 17:52:11 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 17:52:11 -0600 |
commit | f62ebdf09ec164b504966b5cb648d562353c0859 (patch) | |
tree | d2f6d766dcd7b518626f825342073e6ba17719a9 /tdesu | |
parent | 8c5bbc4bd96509df7085f608d47c7d0855b8926e (diff) | |
download | tdebase-f62ebdf09ec164b504966b5cb648d562353c0859.tar.gz tdebase-f62ebdf09ec164b504966b5cb648d562353c0859.zip |
Rename straggling environment variables KDE->TDE.
Diffstat (limited to 'tdesu')
-rw-r--r-- | tdesu/tdesu/tdesu.cpp | 2 |
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. |