summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 17:14:54 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-05 17:14:54 +0900
commit963a6118a156dd9d14878d57e6bb64f15bf5f869 (patch)
tree7d97d640b51825cbe77682220fd5094d2427c15e
parent39812a2096541bfdbd68fc55c0dc650811db6c91 (diff)
downloadksquirrel-963a6118a156dd9d14878d57e6bb64f15bf5f869.tar.gz
ksquirrel-963a6118a156dd9d14878d57e6bb64f15bf5f869.zip
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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());