aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/wizard.h b/wizard.h
index 120bc2f..c91bfd0 100644
--- a/wizard.h
+++ b/wizard.h
@@ -96,11 +96,13 @@ private:
*/
QString getGnuPGHome();
- QLabel *topLabel;
+ QLabel *gnupgLabel;
QVBoxLayout *layout;
GpgME::GpgContext *mCtx;
- QCheckBox *privateKeysCheckBox;
- QCheckBox *publicKeysCheckBox;
+ QCheckBox *gnupgPrivKeyCheckBox;
+ QCheckBox *gnupgpPubKeyCheckBox;
+ QCheckBox *gpg4usbPrivKeyCheckBox;
+ QCheckBox *gpg4usbPubKeyCheckBox;
QPushButton *importFromGnupgButton;
QPushButton *importFromGpg4usbButton;
};