aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-18 01:07:59 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-18 01:07:59 +0000
commitdf241143e81d89cdbe4de110578a547280375b37 (patch)
treee2b9c94bf689dfbf21939b482c8bf7315d77a2a3 /wizard.h
parentbrought wizard to correct order (diff)
downloadgpg4usb-df241143e81d89cdbe4de110578a547280375b37.tar.gz
gpg4usb-df241143e81d89cdbe4de110578a547280375b37.zip
updated TODO
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@750 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/wizard.h b/wizard.h
index 09ceb25..e04cdde 100644
--- a/wizard.h
+++ b/wizard.h
@@ -80,8 +80,8 @@ private:
KeyMgmt *mKeyMgmt;
QVBoxLayout *layout;
GpgME::GpgContext *mCtx;
- QCheckBox *gpg4usbPrivKeyCheckBox;
- QCheckBox *gpg4usbPubKeyCheckBox;
+ QCheckBox *gpg4usbKeyCheckBox;
+ QCheckBox *gpg4usbConfigCheckBox;
QPushButton *importFromGpg4usbButton;
};
@@ -112,8 +112,6 @@ private:
QLabel *gnupgLabel;
QVBoxLayout *layout;
GpgME::GpgContext *mCtx;
- QCheckBox *gnupgPrivKeyCheckBox;
- QCheckBox *gnupgpPubKeyCheckBox;
QPushButton *importFromGnupgButton;
};
@@ -146,7 +144,7 @@ public:
private:
QLabel *bottomLabel;
- QCheckBox *showWizardCheckBox;
+ QCheckBox *dontShowWizardCheckBox;
};
#endif