KMessageBox::error(this,i18n("Backend error: gpgconf does not seem to know the entry for %1/%2",QLatin1String(componentName),QLatin1String(entryName)));
KMessageBox::error(q,i18n("Backend error: gpgconf does not seem to know the entry for %1/%2",QLatin1String(componentName),QLatin1String(entryName)));
KMessageBox::error(this,i18n("Backend error: gpgconf has wrong type for %1/%2: %3 %4",QLatin1String(componentName),QLatin1String(entryName),entry->argType(),entry->isList()));
KMessageBox::error(q,i18n("Backend error: gpgconf has wrong type for %1/%2: %3 %4",QLatin1String(componentName),QLatin1String(entryName),entry->argType(),entry->isList()));