diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:59:11 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 23:13:14 +0900 |
commit | 94b90eebf4e3f7579b2db656cb99655d488785e3 (patch) | |
tree | e5cf758da6b1692fe7c694336e8789eaeb3c265f | |
parent | 6bdaa6f6ab7e8abd4f573a2f6d9af91ea7bd37b2 (diff) | |
download | libtqt-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.m4 | 2 | ||||
-rw-r--r-- | aclocal.m4 | 2 |
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()); @@ -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()); |