summaryrefslogtreecommitdiffstats
path: root/kdesktop/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/main.cc')
-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
}