$OpenBSD: patch-kinit_klauncher_cpp,v 1.2 2013/12/08 19:13:32 zhuk Exp $
Allow libexec item to be found.
--- kinit/klauncher.cpp.orig	Fri Nov  1 19:45:56 2013
+++ kinit/klauncher.cpp	Tue Nov  5 11:05:21 2013
@@ -1187,7 +1187,7 @@ KLauncher::requestSlave(const QString &protocol,
 #ifndef USE_KPROCESS_FOR_KIOSLAVES // otherwise we've already done this
        KLibrary lib(name, KGlobal::mainComponent());
        arg_list.prepend(lib.fileName());
-       arg_list.prepend(KStandardDirs::locate("exe", QString::fromLatin1("kioslave")));
+       arg_list.prepend(KStandardDirs::findExe(QString::fromLatin1("kioslave")));
 #endif
        name = QString::fromLatin1("valgrind");
 
