aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index b41c775..a9d9827 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -1213,7 +1213,7 @@ void MainWindow::slotRefreshKeysFromKeyserver()
}
KeyServerImportDialog *ksid = new KeyServerImportDialog(mCtx,mKeyList,this);
- ksid->import(*mKeyList->getSelected());
+ ksid->slotImport(*mKeyList->getSelected());
}
void MainWindow::slotUploadKeyToServer()