diff options
Diffstat (limited to 'gpgwin.h')
-rw-r--r-- | gpgwin.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,8 +115,8 @@ private: QAction *deleteSelectedKeysAct; QString curFile; - KeyList *m_keyList; - Attachments *m_attachments; + KeyList *mKeyList; + Attachments *mAttachments; GpgME::Context *myCtx; QString iconPath; }; |