diff options
Diffstat (limited to 'ark/mainwindow.cpp')
-rw-r--r-- | ark/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/mainwindow.cpp b/ark/mainwindow.cpp index 045ce1a..6434bca 100644 --- a/ark/mainwindow.cpp +++ b/ark/mainwindow.cpp @@ -263,7 +263,7 @@ MainWindow::getOpenURL( bool addOnly, const TQString & caption, if ( !suggestedName.isEmpty() ) { filter = TQString(); - combo->setCurrentItem( list.tqfindIndex( ArchiveFormatInfo::self()->descriptionForMimeType( + combo->setCurrentItem( list.findIndex( ArchiveFormatInfo::self()->descriptionForMimeType( KMimeType::findByPath( suggestedName, 0, true )->name() ) ) ); } |