From 0254ebaa5e056092461fd585b6851d15faa43035 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/tellico@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/loandialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/loandialog.cpp') 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()); } } -- cgit v1.2.1