diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-28 22:02:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-28 22:02:00 +0900 |
commit | 57cbac0e8106057f262bc7a80ce8c716e3641f5f (patch) | |
tree | 3f8e65f58575435365f95c1a6a91573db728cd6b /kmail | |
parent | e269f3129869bd753abf413d69b1511d74995ea4 (diff) | |
download | tdepim-57cbac0e8106057f262bc7a80ce8c716e3641f5f.tar.gz tdepim-57cbac0e8106057f262bc7a80ce8c716e3641f5f.zip |
Use tdecrash.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmail')
-rw-r--r-- | kmail/kmstartup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmstartup.cpp b/kmail/kmstartup.cpp index 888e4e19..8a3f8f74 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> |