diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-05 16:33:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-05 17:42:33 +0900 |
commit | 371ffb1c7e5d8eae85d13170adccebbe6f22d09a (patch) | |
tree | f4b6740303afc21f7ad2ed0c3bdea8c1ab105cc4 | |
parent | ae7eb93d22b06f5657c62385ce78ef388c8b863e (diff) | |
download | digikam-371ffb1c7e5d8eae85d13170adccebbe6f22d09a.tar.gz digikam-371ffb1c7e5d8eae85d13170adccebbe6f22d09a.zip |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index b3bacea5..9f458907 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2000,7 +2000,7 @@ cat > conftest.$ac_ext <<EOF #endif #include <stdio.h> #include "confdefs.h" -#include <kapp.h> +#include <tdeapplication.h> int main() { printf("kde_htmldir=\\"%s\\"\n", TDEApplication::kde_htmldir().data()); |