diff options
Diffstat (limited to 'context.h')
-rw-r--r-- | context.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ public: bool privkey; }; -typedef QLinkedList< GpgKey > GpgKeyList; +typedef QList< GpgKey > GpgKeyList; namespace GpgME { |