summaryrefslogtreecommitdiffstats
path: root/kdesktop
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 /kdesktop
parent8c5bbc4bd96509df7085f608d47c7d0855b8926e (diff)
downloadtdebase-f62ebdf09ec164b504966b5cb648d562353c0859.tar.gz
tdebase-f62ebdf09ec164b504966b5cb648d562353c0859.zip
Rename straggling environment variables KDE->TDE.
Diffstat (limited to 'kdesktop')
-rw-r--r--kdesktop/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/main.cc b/kdesktop/main.cc
index e15596ffb..9a4c52f3c 100644
--- a/kdesktop/main.cc
+++ b/kdesktop/main.cc
@@ -101,7 +101,7 @@ static void signalHandler(int sigId)
void KDesktop::slotUpAndRunning()
{
// Activate crash recovery
- if (getenv("KDE_DEBUG") == NULL)
+ if (getenv("TDE_DEBUG") == NULL)
KCrash::setEmergencySaveFunction(crashHandler); // Try to restart on crash
}