summaryrefslogtreecommitdiffstats
path: root/kwallet/konfigurator/konfigurator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kwallet/konfigurator/konfigurator.cpp')
-rw-r--r--kwallet/konfigurator/konfigurator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kwallet/konfigurator/konfigurator.cpp b/kwallet/konfigurator/konfigurator.cpp
index a9ebb68..aeffa55 100644
--- a/kwallet/konfigurator/konfigurator.cpp
+++ b/kwallet/konfigurator/konfigurator.cpp
@@ -101,11 +101,11 @@ void KWalletConfig::updateWalletLists() {
_wcw->_localWallet->insertStringList(wl);
_wcw->_defaultWallet->insertStringList(wl);
- if (wl.tqcontains(p1)) {
+ if (wl.contains(p1)) {
_wcw->_localWallet->setCurrentText(p1);
}
- if (wl.tqcontains(p2)) {
+ if (wl.contains(p2)) {
_wcw->_defaultWallet->setCurrentText(p2);
}
}