$OpenBSD: patch-kio_kio_krun_cpp,v 1.2 2013/07/04 00:46:31 zhuk Exp $
Obviously non-functional, lies here for consistency.
--- kio/kio/krun.cpp.orig	Fri Jun 28 21:03:41 2013
+++ kio/kio/krun.cpp	Sat Jun 29 16:16:28 2013
@@ -527,7 +527,7 @@ QStringList KRun::processDesktopExec(const KService &_
     KShell::Errors err;
     QStringList execlist = KShell::splitArgs(exec, KShell::AbortOnMeta | KShell::TildeExpand, &err);
     if (err == KShell::NoError && !execlist.isEmpty()) { // mx1 checked for syntax errors already
-        // Resolve the executable to ensure that helpers in lib/kde4/libexec/ are found.
+        // Resolve the executable to ensure that helpers in libexec directory are found.
         // Too bad for commands that need a shell - they must reside in $PATH.
         const QString exePath = KStandardDirs::findExe(execlist[0]);
         if (!exePath.isEmpty()) {
