Apt will always download all the files it needs before it starts installing, so I guess that there may be something else at work here.
I would try and complete the installation of qt4.
If libqt4 hasn't been installed then you should be able to run:
Code:
sudo apt-get install libqt4-dev
If the update itself was aborted, then you can run this:
to fix any broken dependencies.
You may need to run either or both of these, and neither one should risk your system.
Hope that helps,
—Robert J Lee