summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-28 22:02:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-28 22:02:00 +0900
commit57cbac0e8106057f262bc7a80ce8c716e3641f5f (patch)
tree3f8e65f58575435365f95c1a6a91573db728cd6b
parente269f3129869bd753abf413d69b1511d74995ea4 (diff)
downloadtdepim-57cbac0e8106057f262bc7a80ce8c716e3641f5f.tar.gz
tdepim-57cbac0e8106057f262bc7a80ce8c716e3641f5f.zip
Use tdecrash.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kaddressbook/main.cpp2
-rw-r--r--kmail/kmstartup.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kaddressbook/main.cpp b/kaddressbook/main.cpp
index e272783e5..d4f6c7767 100644
--- a/kaddressbook/main.cpp
+++ b/kaddressbook/main.cpp
@@ -29,7 +29,7 @@
#include <tdeabc/stdaddressbook.h>
#include <tdeaboutdata.h>
#include <tdecmdlineargs.h>
-#include <kcrash.h>
+#include <tdecrash.h>
#include <kdebug.h>
#include <tdelocale.h>
#include <tdestartupinfo.h>
diff --git a/kmail/kmstartup.cpp b/kmail/kmstartup.cpp
index 888e4e192..8a3f8f741 100644
--- a/kmail/kmstartup.cpp
+++ b/kmail/kmstartup.cpp
@@ -28,7 +28,7 @@
#include <kstandarddirs.h>
#include <tdemessagebox.h>
#include <dcopclient.h>
-#include <kcrash.h>
+#include <tdecrash.h>
#include <tdeglobal.h>
#include <tdeapplication.h>
#include <tdeaboutdata.h>