#!/bin/bash

#
# Wrapper script for kdialogd that removes any LD_PRELOAD. This stops
# KDialogD fro mtryng to connect to itself!
#

LD_PRELOAD=
`dirname $0`/kdialogd
