aboutsummaryrefslogtreecommitdiffstats
path: root/verifynotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'verifynotification.h')
-rw-r--r--verifynotification.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/verifynotification.h b/verifynotification.h
index e1b4f1b..60e55f9 100644
--- a/verifynotification.h
+++ b/verifynotification.h
@@ -81,17 +81,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();
private:
QMenu *detailMenu; /** Menu for te Button in verfiyNotification */