diff options
Diffstat (limited to 'keygendialog.h')
-rw-r--r-- | keygendialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keygendialog.h b/keygendialog.h index fb661c3..72b5c2b 100644 --- a/keygendialog.h +++ b/keygendialog.h @@ -22,7 +22,6 @@ #ifndef __KEYGENDIALOG_H__ #define __KEYGENDIALOG_H__ -#include "keygenthread.h" #include "gpgcontext.h" #include "kgpg/transactions/kgpggeneratekey.h" #include <QtGui> @@ -52,7 +51,6 @@ private: int checkPassWordStrength(); GpgME::GpgContext *mCtx; /** The current gpg context */ - KeyGenThread *keyGenThread; /** Thread for key generation */ QStringList errorMessages; /** List of errors occuring when checking entries of lineedits */ QDialogButtonBox *buttonBox; /** Box for standardbuttons */ QLabel *errorLabel; /** Label containing error message */ |