diff options
Diffstat (limited to 'keydetailsdialog.h')
-rw-r--r-- | keydetailsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keydetailsdialog.h b/keydetailsdialog.h index 37edd43..2774fe2 100644 --- a/keydetailsdialog.h +++ b/keydetailsdialog.h @@ -55,12 +55,12 @@ private slots: /** * @details Export the key to a file, which is choosen in a file dialog */ - void exportPrivateKey(); + void slotExportPrivateKey(); /** * @details Copy the fingerprint to clipboard */ - void copyFingerprint(); + void slotCopyFingerprint(); private: QString *keyid; /** The id of the key the details should be shown for */ |