*** src/kitten.cpp Sun Nov 13 11:07:20 2005 --- src/kitten.cpp Sat Apr 29 06:32:05 2006 *************** *** 120,125 **** --- 120,126 ---- *proc << pathexe; *proc << "--save_as"; *proc << stripProto(destination.url()); + *proc << "--url"; *proc << source.url(); connect(proc, SIGNAL(processExited(KProcess *)), this, SLOT(downloaded(KProcess *)));