summaryrefslogtreecommitdiffstats
path: root/src/loandialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/loandialog.cpp')
-rw-r--r--src/loandialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loandialog.cpp b/src/loandialog.cpp
index 5d67a8f..ba7a16e 100644
--- a/src/loandialog.cpp
+++ b/src/loandialog.cpp
@@ -204,7 +204,7 @@ void LoanDialog::slotLoadAddressBook() {
Data::BorrowerVec borrowers = m_entries.begin()->collection()->borrowers();
for(Data::BorrowerVec::ConstIterator it = borrowers.constBegin(), end = borrowers.constEnd();
it != end; ++it) {
- if(items.tqfindIndex(it->name()) == -1) {
+ if(items.findIndex(it->name()) == -1) {
m_borrowerEdit->completionObject()->addItem(it->name());
}
}