diff options
Diffstat (limited to 'src/ui/widgets/SignersPicker.h')
-rw-r--r-- | src/ui/widgets/SignersPicker.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/widgets/SignersPicker.h b/src/ui/widgets/SignersPicker.h index 055b6ef6..08972a76 100644 --- a/src/ui/widgets/SignersPicker.h +++ b/src/ui/widgets/SignersPicker.h @@ -25,12 +25,12 @@ #ifndef GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H #define GPGFRONTEND_ZH_CN_TS_SIGNERSPIRCKER_H -#include "GpgFrontend.h" -#include "gpg/GpgContext.h" -#include "ui/widgets/KeyList.h" +#include "GpgFrontendUI.h" namespace GpgFrontend::UI { +class KeyList; + class SignersPicker : public QDialog { Q_OBJECT @@ -40,7 +40,7 @@ class SignersPicker : public QDialog { GpgFrontend::KeyIdArgsListPtr getCheckedSigners(); private: - KeyList* mKeyList; + KeyList* key_list_; }; } // namespace GpgFrontend::UI |