

In this case, it is not enough to have the binaries of QT and KDE installed; you also need the development packages which include libraries and other stuff.
Recommended for advanced users only. Otherwise, compiling KNetworkConf is not difficult. The following commands should do it.
./configure --prefix=$(kde-config --prefix) make make install
The command make install must be run as root.
That should do it. Should you run into any problems, please let us know.