summaryrefslogtreecommitdiffstats
path: root/k9author/k9import.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9author/k9import.cpp')
-rw-r--r--k9author/k9import.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9import.cpp b/k9author/k9import.cpp
index 993f2d1..13976e7 100644
--- a/k9author/k9import.cpp
+++ b/k9author/k9import.cpp
@@ -73,7 +73,7 @@ void k9Import::deviceAdded(k9CdDrive *_drive) {
void k9Import::deviceRemoved(k9CdDrive *_drive) {
- int i=recorderList.tqfind(_drive);
+ int i=recorderList.find(_drive);
recorderList.remove( i);
cbOutputDev->removeItem(i+2);