summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-28 22:00:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-28 22:00:58 +0900
commitd4f5ff4ba6142c2896058f0da48b5bbd5e5bd18c (patch)
tree278fc73cedaf73e36e2c8b960fd0bca8e9689616
parentfaf60d6ff4ed9bbde43e467712e90769c2a5f548 (diff)
downloadamarok-d4f5ff4ba6142c2896058f0da48b5bbd5e5bd18c.tar.gz
amarok-d4f5ff4ba6142c2896058f0da48b5bbd5e5bd18c.zip
Use tdecrash.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--amarok/src/amarokcore/crashhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/amarokcore/crashhandler.h b/amarok/src/amarokcore/crashhandler.h
index f196ce08..4ef52f8b 100644
--- a/amarok/src/amarokcore/crashhandler.h
+++ b/amarok/src/amarokcore/crashhandler.h
@@ -11,7 +11,7 @@
#ifndef CRASH_H
#define CRASH_H
-#include <kcrash.h> //for main.cpp
+#include <tdecrash.h> //for main.cpp
namespace Amarok
{