summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-07 22:59:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-07 23:13:14 +0900
commit94b90eebf4e3f7579b2db656cb99655d488785e3 (patch)
treee5cf758da6b1692fe7c694336e8789eaeb3c265f
parent6bdaa6f6ab7e8abd4f573a2f6d9af91ea7bd37b2 (diff)
downloadlibtqt-perl-r14.1.x.tar.gz
libtqt-perl-r14.1.x.zip
Don't use obsolete header kapp.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a3480d329dbe729063032a8d56b257c1c8c00d2d)
-rw-r--r--acinclude.m42
-rw-r--r--aclocal.m42
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 <<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());
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 <<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());