Hi I thought i'd try and extend kppp's dcop interface to allow connect() and disconnect(). I though it would be useful so that i could edit the kde-build script to automatically connect and disconnect, and have the whole thing run at somepoint through the night. I started by reading http://developer.kde.org/documentation/tutorials/dot/dcopiface/dcop-interface.html which shows just how simple it is to do, so i added the following to kpppiface.h k_dcop: virtual void beginConnect() = 0; virtual void disconnect() = 0; Everything compiled and linked ok, i installed and ran kppp, but get the following error message [piggz@enterprise kppp]$ dcop kppp-14011 kpppiface object 'kpppiface' in application 'kppp-14011' not accessible Any ideas? Cheers PiggZ -- PiggZ web : http://www.piggz.co.uk email : adam@piggz.co.uk jabber: piggz@jabber.earth.li msn : adam@piggz.fsnet.co.uk >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<