summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-11-05 16:33:48 +0900
committerMichele Calgaro <[email protected]>2024-11-05 17:45:02 +0900
commit85c033f6a2959d98ccc25439ed27e3ad4827fc40 (patch)
tree21587c7e741498665e3e2809f9bea7951d27c121
parent7112c90ba2ed181459fc183fdbe3d22a265c66e6 (diff)
downloaddigikam-85c033f6a2959d98ccc25439ed27e3ad4827fc40.tar.gz
digikam-85c033f6a2959d98ccc25439ed27e3ad4827fc40.zip
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 371ffb1c7e5d8eae85d13170adccebbe6f22d09a)
-rw-r--r--acinclude.m42
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());