diff options
Diffstat (limited to 'kio/misc')
-rw-r--r-- | kio/misc/kwalletd/kwalletd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/misc/kwalletd/kwalletd.cpp b/kio/misc/kwalletd/kwalletd.cpp index 2cd8cd406..748f62347 100644 --- a/kio/misc/kwalletd/kwalletd.cpp +++ b/kio/misc/kwalletd/kwalletd.cpp @@ -710,7 +710,7 @@ int KWalletD::close(const TQString& wallet, bool force) { int KWalletD::closeWallet(KWallet::Backend *w, int handle, bool force) { if (w) { const TQString& wallet = w->walletName(); - assert(_passwords.contains(wallet)); + assert(_passwords.tqcontains(wallet)); if (w->refCount() == 0 || force) { tqinvalidateHandle(handle); if (_closeIdle && _timeouts) { |