summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-28 22:00:40 +0900
committerMichele Calgaro <[email protected]>2024-12-28 22:00:40 +0900
commit1fb9d66fae5b724969102651bc99aa6b439d8ff0 (patch)
tree04ba2e6bbb851ec4d91748c4d724be63844c2679
parent26e3cac5e42567748211a9693024b6c7bfad09ed (diff)
downloadtork-1fb9d66fae5b724969102651bc99aa6b439d8ff0.tar.gz
tork-1fb9d66fae5b724969102651bc99aa6b439d8ff0.zip
Use tdecrash.h
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--src/crashhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crashhandler.h b/src/crashhandler.h
index 34c2c68..9ee99bf 100644
--- a/src/crashhandler.h
+++ b/src/crashhandler.h
@@ -13,7 +13,7 @@
#ifndef CRASH_H
#define CRASH_H
-#include <kcrash.h> //for main.cpp
+#include <tdecrash.h> //for main.cpp
namespace torK
{