diff options
author | Michele Calgaro <[email protected]> | 2025-01-22 12:59:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-22 12:59:13 +0900 |
commit | 7f398ddb2b4fe41ec8e8105bad220ee5b169854f (patch) | |
tree | 557808729ee0c881b8530c0cd460a1b423ba5c95 /acinclude.m4 | |
parent | 49eecd753fc6a22f0ed78f985307c86c028800e6 (diff) | |
download | krecipes-7f398ddb2b4fe41ec8e8105bad220ee5b169854f.tar.gz krecipes-7f398ddb2b4fe41ec8e8105bad220ee5b169854f.zip |
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 9b85293..4000206 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1837,7 +1837,7 @@ cat > conftest.$ac_ext <<EOF #endif #include <stdio.h> #include "confdefs.h" -#include <kapp.h> +#include <tdeApp.h> int main() { printf("kde_htmldir=\\"%s\\"\n", TDEApplication::kde_htmldir().data()); |