diff options
Diffstat (limited to 'verifynotification.h')
-rw-r--r-- | verifynotification.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/verifynotification.h b/verifynotification.h index 8b5e54e..cb94f65 100644 --- a/verifynotification.h +++ b/verifynotification.h @@ -84,17 +84,17 @@ public slots: * @details Import the keys contained in keysNotInList from keyserver * */ - void importFromKeyserver(); + void slotImportFromKeyserver(); /** * @details Show a dialog with signing details. */ - void showVerifyDetails(); + void slotShowVerifyDetails(); /** * @details Refresh the contents of dialog. */ - bool refresh(); + bool slotRefresh(); void slotVerifyDone(int result); |