From f94e3f2b3cd982f825d5e485834ea9389060adaa Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 7 Feb 2016 14:04:17 +0100 Subject: refactored slots and signals --- verifykeydetailbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'verifykeydetailbox.h') 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; -- cgit v1.2.3