I've been trying to sort out kdenetwork-3.5.13 dependencies for those users who may only want to create a partial build of kdenetwork.
I've applied the patch in git, but it looks like one file has not been fixed. phonesessionclient.cc still points to tqname.h.
I've added the following to my build script:
CLIENT="kopete/protocols/jabber/jingle/libjingle/talk/session/phone/phonesessionclient.cc" sed -i -e 's/tqname.h/qname.h/' $CLIENT
Whew! Eight directory levels!
However, the sed allows the program to complete the build. I've still got a bit of research to do, but I will create a new patch for LFS and send it to you unless you do it first.
-- Bruce