$OpenBSD: patch-kinit_klauncher_cpp,v 1.3 2014/07/18 08:17:12 zhuk Exp $
Allow libexec item to be found.
--- kinit/klauncher.cpp.orig	Fri Jul 11 08:42:13 2014
+++ kinit/klauncher.cpp	Sat Jul 12 13:36:21 2014
@@ -1196,7 +1196,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");
 
