diff options
author | Michele Calgaro <[email protected]> | 2024-11-07 22:59:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-07 22:59:11 +0900 |
commit | a3480d329dbe729063032a8d56b257c1c8c00d2d (patch) | |
tree | a1a483ce7a99bdc7ae0dffc824c207548e9444a2 | |
parent | 4e2528f64841df4f92f79da43b3b587407c61e72 (diff) | |
download | libtqt-perl-a3480d329dbe729063032a8d56b257c1c8c00d2d.tar.gz libtqt-perl-a3480d329dbe729063032a8d56b257c1c8c00d2d.zip |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <[email protected]>
-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 559e27b..2676619 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()); |