Don't use obsolete header kapp.h

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/32/head
Michele Calgaro 2 weeks ago
parent d7204b3dcc
commit 8f3f1ad5d7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1976,7 +1976,7 @@ cat > conftest.$ac_ext <<EOF
#endif #endif
#include <stdio.h> #include <stdio.h>
#include "confdefs.h" #include "confdefs.h"
#include <kapp.h> #include <tdeapplication.h>
int main() { int main() {
printf("kde_htmldir=\\"%s\\"\n", TDEApplication::kde_htmldir().data()); printf("kde_htmldir=\\"%s\\"\n", TDEApplication::kde_htmldir().data());

Loading…
Cancel
Save