diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-28 21:46:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-28 21:46:16 +0900 |
commit | 745951c5ee9ac4580f94718dff3b8c07ef98dab5 (patch) | |
tree | 012a3bac7048ad4b2354a12f053f01ce96648b5d /tdeabc/stdaddressbook.cpp | |
parent | 0b1121b707fa0dc09ee4841207182803d704503e (diff) | |
download | tdelibs-745951c5ee9ac4580f94718dff3b8c07ef98dab5.tar.gz tdelibs-745951c5ee9ac4580f94718dff3b8c07ef98dab5.zip |
Rename kcrash.{h,cpp} to tdecrash.{h.cpp}
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeabc/stdaddressbook.cpp')
-rw-r--r-- | tdeabc/stdaddressbook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/stdaddressbook.cpp b/tdeabc/stdaddressbook.cpp index d834215c3..2d9c81788 100644 --- a/tdeabc/stdaddressbook.cpp +++ b/tdeabc/stdaddressbook.cpp @@ -21,7 +21,7 @@ #include <stdlib.h> #include <tdeapplication.h> -#include <kcrash.h> +#include <tdecrash.h> #include <kdebug.h> #include <tdelocale.h> #include <tderesources/manager.h> |