$OpenBSD: patch-kio_kio_krun_cpp,v 1.3 2014/07/11 11:13:10 zhuk Exp $
Obviously non-functional, lies here for consistency.
--- kio/kio/krun.cpp.orig	Sun Jun  8 15:41:32 2014
+++ kio/kio/krun.cpp	Fri Jul 11 09:12:20 2014
@@ -528,7 +528,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()) {
