diff options
Diffstat (limited to 'keygendialog.h')
-rw-r--r-- | keygendialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keygendialog.h b/keygendialog.h index f2de274..8455387 100644 --- a/keygendialog.h +++ b/keygendialog.h @@ -69,17 +69,17 @@ private slots: /** * @details when expirebox was checked/unchecked, enable/disable the expiration date box */ - void expireBoxChanged(); + void slotExpireBoxChanged(); /** * @details When passwordedit changed, set new value for password strength slider */ - void passwordEditChanged(); + void slotPasswordEditChanged(); /** * @details check all lineedits for false entries. Show error, when there is one, otherwise generate the key */ - void keyGenAccept(); + void slotKeyGenAccept(); }; #endif // __KEYGENDIALOG_H__ |