#!/bin/sh
#  Script for launching KDE4 applications from outside of the KDE4 desktop

PATH="/usr/lib/kde4/bin:$PATH" exec "$@"
