Am Monday 10 August 2009 schrieb Matthew Woehlke: > So... what? I can't use '-' in the name of a program? Or what do I need > to change so that I can use '-' everywhere *except* the dbus path? actually it appears that kmainwindow.cpp #367ff should handle that for you maybe QChar::isLetterOrNumber() interprets "-" as number -> should be: if (!(pathname[i].isLetter() | pathname[i].isDigit()) Regards, Thomas >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<