summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-28 22:01:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-28 22:01:15 +0900
commit77b4e93bdae5bd611fc71aeeaf78b51e13071125 (patch)
treeb676026188848fbfc69659eeb5017430dc1f9eff /src/main.cpp
parent8270dacbbc0ca7e022c12146805e2347a0c07926 (diff)
downloadkooldock-77b4e93bdae5bd611fc71aeeaf78b51e13071125.tar.gz
kooldock-77b4e93bdae5bd611fc71aeeaf78b51e13071125.zip
Use tdecrash.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0876521..9154d43 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -16,7 +16,7 @@
#include <tdecmdlineargs.h>
#include <tdeaboutdata.h>
#include <tdelocale.h>
-#include <kcrash.h>
+#include <tdecrash.h>
#include <kdebug.h>
#include <tdeuniqueapplication.h>