aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mainwindow.cpp2
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());
}