From 33e6166f7e62c479bad5d46ad240ea9704f848fd 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/k9copy@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/k9main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/k9main.cpp') diff --git a/src/k9main.cpp b/src/k9main.cpp index 055fe17..20b35fc 100644 --- a/src/k9main.cpp +++ b/src/k9main.cpp @@ -1254,11 +1254,11 @@ void k9Main::deviceRemoved(k9CdDrive *_drive) { if (_drive->device == dvd->getDevice()) closeDVD(); - int i=driveList.tqfind(_drive); + int i=driveList.find(_drive); driveList.remove(i); cbInputDev->removeItem(i); - i=recorderList.tqfind(_drive); + i=recorderList.find(_drive); recorderList.remove( i); cbOutputDev->removeItem(i+2); -- cgit v1.2.1