summaryrefslogtreecommitdiffstats
path: root/kdesktop/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kdesktop/main.cc')
-rw-r--r--kdesktop/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/main.cc b/kdesktop/main.cc
index 5730305c3..e0f7d98d9 100644
--- a/kdesktop/main.cc
+++ b/kdesktop/main.cc
@@ -90,7 +90,7 @@ static void crashHandler(int sigId)
static void signalHandler(int sigId)
{
fprintf(stderr, "*** kdesktop got signal %d (Exiting)\n", sigId);
- KCrash::setEmergencySaveFunction(0); // No restarts any more
+ TDECrash::setEmergencySaveFunction(0); // No restarts any more
// try to cleanup all windows
signal(SIGTERM, SIG_DFL); // next one kills
signal(SIGHUP, SIG_DFL); // next one kills
@@ -102,7 +102,7 @@ void KDesktop::slotUpAndRunning()
{
// Activate crash recovery
if (getenv("TDE_DEBUG") == NULL)
- KCrash::setEmergencySaveFunction(crashHandler); // Try to restart on crash
+ TDECrash::setEmergencySaveFunction(crashHandler); // Try to restart on crash
}
extern "C" KDE_EXPORT int kdemain( int argc, char **argv )