aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/KeyMgmt.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/ui/KeyMgmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyMgmt.h b/src/ui/KeyMgmt.h
index deddb4f7..a0a4bb72 100755
--- a/src/ui/KeyMgmt.h
+++ b/src/ui/KeyMgmt.h
@@ -57,7 +57,7 @@ class KeyMgmt : public QMainWindow {
void slotImportKeyFromKeyServer();
- void slotImportKeys(GpgFrontend::ByteArrayPtr in_buffer);
+ void slotImportKeys(const std::string& in_buffer);
void slotExportKeyToFile();