Let's just use kdewallet instead of a seperate wallet for plasma.

svn path=/trunk/KDE/kdelibs/; revision=1021548
This commit is contained in:
Rob Scheepmaker 2009-09-09 13:47:51 +00:00
parent 34b9e01ac4
commit 602ef9280f

View File

@ -154,7 +154,7 @@ void AuthorizationManagerPrivate::prepareForServiceAccess()
return;
}
wallet = KWallet::Wallet::openWallet("Plasma", 0, KWallet::Wallet::Asynchronous);
wallet = KWallet::Wallet::openWallet("kdewallet", 0, KWallet::Wallet::Asynchronous);
q->connect(wallet, SIGNAL(walletOpened(bool)), q, SLOT(slotWalletOpened()));
QTimer::singleShot(0, q, SLOT(slotLoadRules()));
}