aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gpgwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgwin.h b/gpgwin.h
index 975c87a..272bafe 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -23,6 +23,7 @@
#include <QtGui>
#include "context.h"
#include "keylist.h"
+#include "attachments.h"
class QAction;
class QMenu;
@@ -82,6 +83,7 @@ private:
QString curFile;
KeyList *m_keyList;
+ Attachments *m_attachments;
GpgME::Context *myCtx;
QString iconPath;
};