From 022faad9ebe52b01f26f62ea7278ce76a005d691 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 30 Sep 2012 01:36:35 +0000 Subject: refactored slots in keyserverimportdialog.* git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@983 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mainwindow.cpp') 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() -- cgit