diff options
Diffstat (limited to 'verifykeydetailbox.h')
-rw-r--r-- | verifykeydetailbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verifykeydetailbox.h b/verifykeydetailbox.h index 1c31ae0..29d198e 100644 --- a/verifykeydetailbox.h +++ b/verifykeydetailbox.h @@ -34,7 +34,7 @@ public: explicit VerifyKeyDetailBox(QWidget *parent, GpgME::GpgContext* ctx, KeyList* mKeyList, gpgme_signature_t signature); private slots: - void importFormKeyserver(); + void slotImportFormKeyserver(); private: GpgME::GpgContext* mCtx; |