--- kdelibs-4.0.0/kdesu/su.cpp~ 2008-01-05 03:00:33 +0300 +++ kdelibs-4.0.0/kdesu/su.cpp 2008-02-06 16:51:16 +0300 @@ -140,7 +140,7 @@ int SuProcess::exec(const char *password args += "-c"; } args += QByteArray(LIBEXEC_INSTALL_DIR) + "/kdesu_stub"; - args += "-"; // krazy:exclude=doublequote_chars (QList, not QString) + //args += "-"; // krazy:exclude=doublequote_chars (QList, not QString) QByteArray command; if (d->m_superUserCommand == "sudo") {