From 94b90eebf4e3f7579b2db656cb99655d488785e3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 7 Nov 2024 22:59:11 +0900 Subject: [PATCH] Don't use obsolete header kapp.h Signed-off-by: Michele Calgaro (cherry picked from commit a3480d329dbe729063032a8d56b257c1c8c00d2d) --- acinclude.m4 | 2 +- aclocal.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 74e3fe2..81ddf5f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1846,7 +1846,7 @@ cat > conftest.$ac_ext < #include "confdefs.h" -#include +#include int main() { printf("kde_htmldir=\\"%s\\"\n", TDEApplication::kde_htmldir().data()); diff --git a/aclocal.m4 b/aclocal.m4 index aad8434..18d1331 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1858,7 +1858,7 @@ cat > conftest.$ac_ext < #include "confdefs.h" -#include +#include int main() { printf("kde_htmldir=\\"%s\\"\n", TDEApplication::kde_htmldir().data());