README for Drop2FTP

This is a KDE 4 plasma applet which can copy files with every protocol 
which is supported by KIO. So you can use it to copy files to a FTP
server or an folder on your PC for example. After you have had specified 
the destination in the settings of this app, you can click on the icon 
to open the open-file-dialog or you can just drag and drop your files 
on it.

This is my first KDE and C++ programm, so don't expect to 
much. I just made this to learn a bit. So if you like it, want to 
critisize it or want to teach me something, just let me know. This also 
includes my english ;-)

I registered that there are some problems on machines with KDE 4.1.
KDE 4.2 is right behind the edge, so thats why I will not support older
versions. You need KDE 4.2 RC1 or newer for this app!

Short installation instruction:
# tar -xvzf drop2ftp-0.4.tar.gz
# cd drop2ftp-0.4/
# cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
# make
# sudo make install
