aboutsummaryrefslogtreecommitdiffstats
path: root/keymgmt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'keymgmt.cpp')
-rwxr-xr-xkeymgmt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymgmt.cpp b/keymgmt.cpp
index c186b34..61cc3e6 100755
--- a/keymgmt.cpp
+++ b/keymgmt.cpp
@@ -158,7 +158,7 @@ void KeyMgmt::createToolBars()
void KeyMgmt::importKeys(QByteArray inBuffer)
{
gpgme_import_result_t result = mCtx->importKey(inBuffer);
- new ImportDetailDialog(mCtx, mKeyList, result, this);
+ new KeyImportDetailDialog(mCtx, mKeyList, result, this);
mCtx->sendKeyDBChanged();
}