Assuming the default is /opt/kde and you want to move it to /usr/local/kde. Here's what you've to do:
change to superuser if you aren't already
mv /opt/kde /usr/local/kde
ln -s /usr/local/kde /opt/kde
This will put all your KDE files in /usr/local/kde but everything is still accessible with /opt/kde.