aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-09-30 01:36:35 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-09-30 01:36:35 +0000
commit022faad9ebe52b01f26f62ea7278ce76a005d691 (patch)
treec8d1bc1efba906c1327bcc108a6b41482c269d57 /mainwindow.cpp
parentrefactored slots in keylist.* and keymgmt.* (diff)
downloadgpg4usb-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.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()