diff options
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index efbb6a0..eeafbbf 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -928,7 +928,7 @@ void MainWindow::refreshKeysFromKeyserver() } KeyServerImportDialog *ksid = new KeyServerImportDialog(mCtx,mKeyList,this); - ksid->import(*mKeyList->getSelected()); + ksid->slotImport(*mKeyList->getSelected()); } |