The removed line said: for KDE_signal, remove in KDEPIM 4.2

It will be removed for KDEPIM 4.4 instead.
Also remove the handle for SIGKILL, that is impossible to handle.

svn path=/trunk/KDE/kdepim/; revision=1007365
wilder-work
Jaime Torres Amate 17 years ago
parent a0557f4c4b
commit 1c99cb5555
  1. 2
      kmstartup.cpp

@ -18,7 +18,6 @@
#include "kmstartup.h"
#include <kdepim-compat.h> // for KDE_signal, remove in KDEPIM 4.2
#include "kmkernel.h" //control center
#include "kcursorsaver.h"
@ -74,7 +73,6 @@ void kmcrashHandler(int sigId)
void kmsetSignalHandler(void (*handler)(int))
{
KDE_signal(SIGKILL, handler);
KDE_signal(SIGTERM, handler);
KDE_signal(SIGHUP, handler);
KCrash::setEmergencySaveFunction(kmcrashHandler);

Loading…
Cancel
Save