diff options
Diffstat (limited to 'framework/src/domain/settings/accountsettings.cpp')
-rw-r--r-- | framework/src/domain/settings/accountsettings.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/src/domain/settings/accountsettings.cpp b/framework/src/domain/settings/accountsettings.cpp index 09cdf279..c174adfe 100644 --- a/framework/src/domain/settings/accountsettings.cpp +++ b/framework/src/domain/settings/accountsettings.cpp | |||
@@ -292,7 +292,7 @@ void AccountSettings::saveImapResource() | |||
292 | {"server", mImapServer}, | 292 | {"server", mImapServer}, |
293 | {"username", mImapUsername} | 293 | {"username", mImapUsername} |
294 | }); | 294 | }); |
295 | Kube::Keyring{mAccountIdentifier}.storePassword(mImapIdentifier, mImapPassword); | 295 | Kube::AccountKeyring{mAccountIdentifier}.storePassword(mImapIdentifier, mImapPassword); |
296 | } | 296 | } |
297 | 297 | ||
298 | void AccountSettings::saveCardDavResource() | 298 | void AccountSettings::saveCardDavResource() |
@@ -301,7 +301,7 @@ void AccountSettings::saveCardDavResource() | |||
301 | {"server", mCardDavServer}, | 301 | {"server", mCardDavServer}, |
302 | {"username", mCardDavUsername} | 302 | {"username", mCardDavUsername} |
303 | }); | 303 | }); |
304 | Kube::Keyring{mAccountIdentifier}.storePassword(mCardDavIdentifier, mCardDavPassword); | 304 | Kube::AccountKeyring{mAccountIdentifier}.storePassword(mCardDavIdentifier, mCardDavPassword); |
305 | } | 305 | } |
306 | 306 | ||
307 | void AccountSettings::saveMaildirResource() | 307 | void AccountSettings::saveMaildirResource() |
@@ -317,7 +317,7 @@ void AccountSettings::saveMailtransportResource() | |||
317 | {"server", mSmtpServer}, | 317 | {"server", mSmtpServer}, |
318 | {"username", mSmtpUsername} | 318 | {"username", mSmtpUsername} |
319 | }); | 319 | }); |
320 | Kube::Keyring{mAccountIdentifier}.storePassword(mMailtransportIdentifier, mSmtpPassword); | 320 | Kube::AccountKeyring{mAccountIdentifier}.storePassword(mMailtransportIdentifier, mSmtpPassword); |
321 | } | 321 | } |
322 | 322 | ||
323 | void AccountSettings::saveIdentity() | 323 | void AccountSettings::saveIdentity() |