If anyone is interested in upgrading to KDE 3.2 wothout a headache, there is a repository out there that you can add to /etc/apt/sources.list
# KDE 3.2
rpm http://apt.de.kde-redhat.org/apt fedora/1 stable
rpm http://apt.de.kde-redhat.org/apt fedora/all stable
rpm http://apt.de.kde-redhat.org/apt kde-redhat/1 stable
rpm http://apt.de.kde-redhat.org/apt kde-redhat/all stable
Then, of course:
$ apt-get update; apt-get upgrade; apt-get dist-upgrade
If you want to automate it (it does take a long time to download and install) then you can add the "--assume-yes" flag to both apt-get upgrade and apt-get dist-upgrade commands.
Cheers!

