diff --git a/kutils/kpasswdstore/kpasswdstore.cpp b/kutils/kpasswdstore/kpasswdstore.cpp index ecf30bd8..f6ea66a7 100644 --- a/kutils/kpasswdstore/kpasswdstore.cpp +++ b/kutils/kpasswdstore/kpasswdstore.cpp @@ -46,7 +46,7 @@ static QByteArray getCookie() static QString getLockName(const QByteArray &cookie, const QString &storeid) { - return QString::fromLatin1("%2-%3").arg(cookie, storeid); + return QString::fromLatin1("%1-%2").arg(cookie, storeid); } class KPasswdStorePrivate