summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-11-05 17:14:54 +0900
committerMichele Calgaro <[email protected]>2024-11-05 17:50:16 +0900
commiteb8cd6734b0472cd9bfd4b3ee507a4e4ffde1af5 (patch)
treea928d8ed7c8efe853692029bf4038c0095b894d4
parent51af46da4d8438c9b2ce7725d774c30cff35f8ec (diff)
downloadksquirrel-eb8cd6734b0472cd9bfd4b3ee507a4e4ffde1af5.tar.gz
ksquirrel-eb8cd6734b0472cd9bfd4b3ee507a4e4ffde1af5.zip
Don't use obsolete header kapp.hr14.1.x
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 963a6118a156dd9d14878d57e6bb64f15bf5f869)
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 5966790..c49944f 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1976,7 +1976,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());