Don't use obsolete header kapp.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/24/head
Michele Calgaro 2 weeks ago
parent 4e2528f648
commit a3480d329d
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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());

2
aclocal.m4 vendored

@ -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());

Loading…
Cancel
Save