summaryrefslogtreecommitdiffstats
path: root/src/k9main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k9main.cpp')
-rw-r--r--src/k9main.cpp4
1 files changed, 2 insertions, 2 deletions
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);