aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/context.h b/context.h
index 5acc04b..240b5b0 100644
--- a/context.h
+++ b/context.h
@@ -46,7 +46,7 @@ public:
bool privkey;
};
-typedef QLinkedList< GpgKey > GpgKeyList;
+typedef QList< GpgKey > GpgKeyList;
namespace GpgME
{