Make xdg-open work with toad(8) under KDE4.

Index: scripts/xdg-utils-common.in
--- scripts/xdg-utils-common.in.orig
+++ scripts/xdg-utils-common.in
@@ -321,6 +321,7 @@ detectDE()
     if [ -z "$DE" ]; then
       # classic fallbacks
       if [ -n "$KDE_FULL_SESSION" ]; then DE=kde;
+      elif `dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetNameOwner string:org.kde.KWin >/dev/null 2>&1` ; then DE=kde;
       elif [ -n "$GNOME_DESKTOP_SESSION_ID" ]; then DE=gnome;
       elif [ -n "$MATE_DESKTOP_SESSION_ID" ]; then DE=mate;
       elif dbus-send --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetNameOwner string:org.gnome.SessionManager > /dev/null 2>&1 ; then DE=gnome;
