aboutsummaryrefslogtreecommitdiffstats
path: root/keygendialog.h
diff options
context:
space:
mode:
authornils <[email protected]>2016-02-07 13:04:17 +0000
committernils <[email protected]>2016-02-07 13:04:17 +0000
commitf94e3f2b3cd982f825d5e485834ea9389060adaa (patch)
treef99d95c9164aef16e05164aa1ac7fb10bcbc1f5e /keygendialog.h
parentencrypt to self (diff)
downloadgpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.tar.gz
gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.zip
refactored slots and signals
Diffstat (limited to 'keygendialog.h')
-rw-r--r--keygendialog.h6
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__