diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-09-30 01:36:35 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-09-30 01:36:35 +0000 |
commit | 022faad9ebe52b01f26f62ea7278ce76a005d691 (patch) | |
tree | c8d1bc1efba906c1327bcc108a6b41482c269d57 /mainwindow.cpp | |
parent | refactored slots in keylist.* and keymgmt.* (diff) | |
download | gpg4usb-022faad9ebe52b01f26f62ea7278ce76a005d691.tar.gz gpg4usb-022faad9ebe52b01f26f62ea7278ce76a005d691.zip |
refactored slots in keyserverimportdialog.*
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@983 34ebc366-c3a9-4b3c-9f84-69acf7962910
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 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() |