Obsolete Members for KWallet::Wallet

The following members of class Wallet are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(deprecated in 6.30) virtual int lockWallet()
(deprecated in 6.30) virtual void requestChangePassword(WId w)
(deprecated in 6.30) virtual int sync()

Member Function Documentation

[virtual, deprecated in 6.30] int Wallet::lockWallet()

This function is deprecated since 6.30. We strongly advise against using it in new code.

This closes and locks the current wallet. It will disconnect all applications using the wallet.

Returns 0 on success, non-zero on error.

Use closeWallet()

[virtual, deprecated in 6.30] void Wallet::requestChangePassword(WId w)

This function is deprecated since 6.30. We strongly advise against using it in new code.

Request to the wallet service to change the password of the current wallet.

w The window id to associate any dialogs with. You can pass 0 if you don't have a window the password dialog should associate with.

Use changePassword

[virtual, deprecated in 6.30] int Wallet::sync()

This function is deprecated since 6.30. We strongly advise against using it in new code.

This syncs the wallet file on disk with what is in memory. You don't normally need to use this. It happens automatically on close.

Returns 0 on success, non-zero on error.

Not implemented.