diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-28 22:00:48 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-28 22:00:48 +0900 |
| commit | 3b903f6a761f34cdeffbf1a7a3eed2bd0f020651 (patch) | |
| tree | 4a7adcbedd223a21e8f6fa216b3eed2c62ace4ba | |
| parent | e48653bab3a596c78b6e980f80beb5e150197efd (diff) | |
| download | bibletime-3b903f6a761f34cdeffbf1a7a3eed2bd0f020651.tar.gz bibletime-3b903f6a761f34cdeffbf1a7a3eed2bd0f020651.zip | |
Use tdecrash.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | bibletime/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibletime/main.cpp b/bibletime/main.cpp index 11e9ba8..4703854 100644 --- a/bibletime/main.cpp +++ b/bibletime/main.cpp @@ -35,7 +35,7 @@ //TDE includes #include <tdecmdlineargs.h> -#include <kcrash.h> +#include <tdecrash.h> #include <tdeglobal.h> #include <tdeapplication.h> #include <kstandarddirs.h> |
