diff options
author | Michele Calgaro <[email protected]> | 2024-12-28 22:01:15 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-28 22:01:15 +0900 |
commit | 77b4e93bdae5bd611fc71aeeaf78b51e13071125 (patch) | |
tree | b676026188848fbfc69659eeb5017430dc1f9eff | |
parent | 8270dacbbc0ca7e022c12146805e2347a0c07926 (diff) | |
download | kooldock-77b4e93bdae5bd611fc71aeeaf78b51e13071125.tar.gz kooldock-77b4e93bdae5bd611fc71aeeaf78b51e13071125.zip |
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | src/main.cpp | 2 |
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> |