summaryrefslogtreecommitdiffstats
path: root/kdesktop
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-28 22:08:16 +0900
committerMichele Calgaro <[email protected]>2024-12-28 22:08:16 +0900
commit2e45e9cc1dcba9a93fe4457950d71efaf3d1f721 (patch)
tree207353ee67baa71abe05dc39c7518d027c2c574c /kdesktop
parent3df12e580bf4a71991a80424b5375157f6bce3db (diff)
downloadtdebase-2e45e9cc1dcba9a93fe4457950d71efaf3d1f721.tar.gz
tdebase-2e45e9cc1dcba9a93fe4457950d71efaf3d1f721.zip
Use tdecrash.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kdesktop')
-rw-r--r--kdesktop/lock/lockprocess.cpp2
-rw-r--r--kdesktop/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kdesktop/lock/lockprocess.cpp b/kdesktop/lock/lockprocess.cpp
index 0a343d88e..163d76fe6 100644
--- a/kdesktop/lock/lockprocess.cpp
+++ b/kdesktop/lock/lockprocess.cpp
@@ -85,7 +85,7 @@
#include <sys/types.h>
#include <fcntl.h>
-#include <kcrash.h>
+#include <tdecrash.h>
#include <pthread.h>
diff --git a/kdesktop/main.cpp b/kdesktop/main.cpp
index 5df394478..1fe29230e 100644
--- a/kdesktop/main.cpp
+++ b/kdesktop/main.cpp
@@ -24,7 +24,7 @@
#include <tdeaboutdata.h>
#include <tdecmdlineargs.h>
#include <kopenwith.h>
-#include <kcrash.h>
+#include <tdecrash.h>
#include <kdebug.h>
#include <tdeglobalsettings.h>
#include <tdeglobal.h>