aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.h')
-rw-r--r--gpgwin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpgwin.h b/gpgwin.h
index 909e805..317050d 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -115,8 +115,8 @@ private:
QAction *deleteSelectedKeysAct;
QString curFile;
- KeyList *m_keyList;
- Attachments *m_attachments;
+ KeyList *mKeyList;
+ Attachments *mAttachments;
GpgME::Context *myCtx;
QString iconPath;
};