summaryrefslogtreecommitdiffstats
path: root/kgpg/popuppublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgpg/popuppublic.h')
-rw-r--r--kgpg/popuppublic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kgpg/popuppublic.h b/kgpg/popuppublic.h
index 8f9e418..7f860f6 100644
--- a/kgpg/popuppublic.h
+++ b/kgpg/popuppublic.h
@@ -41,8 +41,9 @@ public:
TQCheckBox *CBarmor,*CBuntrusted,*CBshred,*CBsymmetric,*CBhideid;
bool fmode,trusted;
TQPixmap keyPair,keySingle,keyGroup;
- TQString seclist;
+ TQString seclist, currentKey;
TQStringList untrustedList;
+ TQMap<TQString,TQStringList> hashMap;
private:
TDEConfig *config;