aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/SignersPicker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widgets/SignersPicker.h')
-rw-r--r--src/ui/widgets/SignersPicker.h8
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