aboutsummaryrefslogtreecommitdiffstats
path: root/verifynotification.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'verifynotification.cpp')
-rw-r--r--verifynotification.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/verifynotification.cpp b/verifynotification.cpp
index e2df2ba..6943391 100644
--- a/verifynotification.cpp
+++ b/verifynotification.cpp
@@ -56,7 +56,7 @@ VerifyNotification::VerifyNotification(QWidget *parent, GpgME::GpgContext *ctx,
void VerifyNotification::importFromKeyserver()
{
KeyServerImportDialog *importDialog =new KeyServerImportDialog(mCtx,mKeyList, this);
- importDialog->import(*keysNotInList);
+ importDialog->slotImport(*keysNotInList);
}
void VerifyNotification::setVerifyLabel(QString text, verify_label_status verifyLabelStatus)