aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyServerImportDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/KeyServerImportDialog.cpp')
-rw-r--r--src/ui/KeyServerImportDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyServerImportDialog.cpp b/src/ui/KeyServerImportDialog.cpp
index 518b1b94..5bad29f1 100644
--- a/src/ui/KeyServerImportDialog.cpp
+++ b/src/ui/KeyServerImportDialog.cpp
@@ -503,7 +503,7 @@ void KeyServerImportDialog::slotImportFinished(QString keyid) {
void KeyServerImportDialog::importKeys(ByteArrayPtr in_data) {
GpgImportInformation result =
- GpgKeyImportExportor::GetInstance().ImportKey(std::move(in_data));
+ GpgKeyImportExporter::GetInstance().ImportKey(std::move(in_data));
emit signalKeyImported();
QWidget* _parent = qobject_cast<QWidget*>(parent());
if (mAutomatic) {