From bca6ea7533c3111182801f672819b05673677156 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 5 Nov 2024 13:53:31 +0900 Subject: Don't use obsolete header kapp.h Signed-off-by: Michele Calgaro (cherry picked from commit 90e1dc248d9929a18963fa517bd301fa5ce652f1) --- knights/knights.h | 2 +- knights/resource.h | 2 +- knights/tabmanager.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/knights/knights.h b/knights/knights.h index c1ef35e..9eafbd5 100644 --- a/knights/knights.h +++ b/knights/knights.h @@ -23,7 +23,7 @@ #endif /* KDEBase */ -#include +#include #include #include #include diff --git a/knights/resource.h b/knights/resource.h index 5d7cb1f..77c35c9 100644 --- a/knights/resource.h +++ b/knights/resource.h @@ -24,7 +24,7 @@ */ /* KDE */ -#include +#include #include #include #include diff --git a/knights/tabmanager.h b/knights/tabmanager.h index f71d034..0b459bd 100644 --- a/knights/tabmanager.h +++ b/knights/tabmanager.h @@ -20,7 +20,7 @@ #include #include -#include +#include #include #include "tabbox.h" -- cgit v1.2.1