From df241143e81d89cdbe4de110578a547280375b37 Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 18 Jan 2012 01:07:59 +0000 Subject: updated TODO git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@750 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- wizard.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'wizard.h') 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 -- cgit v1.2.3