With the previous version of PCLinuxOS I had a desktop icon which enabled me to mount or unmount a disk, eject it or open the disk with Konqueror. Theoretically, I should be able to do that now.
Unfortunately, you can still make the device icons, but they don't work with KDE4. When clicked you get;

However, if you can live with two icons, rather than one, this will mount the data cdrom, and open Dolphin to show the contents, if you have the mount line in your fstab.
-------------------------------------------------- start --------------------------------------------
[Desktop Entry]
Comment[en_US]=
Comment=
Exec=mount /dev/cdrom; dolphin /mnt/cdrom
GenericName[en_US]=
GenericName=
Icon=media-optical-data
MimeType=
Name[en_US]=Mount CD-ROM
Name=Mount CD-ROM
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=-------------------------------------------- end ---------------------------------------------------
If all Dolphin windows to /mnt/cdrom are closed, the second icon/widget will unmount the CD and eject the tray. A second click will then close the tray.
-------------------------------------------- start -------------------------------------------------
[Desktop Entry]
Comment[en_US]=
Comment=
Exec=eject -T
GenericName[en_US]=
GenericName=
Icon=media-optical
MimeType=
Name[en_US]=Tray
Name=Tray
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-DCOP-ServiceType=
X-KDE-SubstituteUID=false
X-KDE-Username=------------------------------------------------- end ----------------------------------------------
Copy/paste the part in
purple into kwrite, and save each, as the
name specified, to your desktop. Right click each, choose
Properties, then on the
Permissions tab check the
Is executable box
My fstab line for the cdrom is as follows;
/dev/cdrom /mnt/cdrom auto ro,user,noauto 0 0