aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/GpgContext.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/gpg/GpgContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpg/GpgContext.h b/include/gpg/GpgContext.h
index fb2762f3..eed7afe2 100644
--- a/include/gpg/GpgContext.h
+++ b/include/gpg/GpgContext.h
@@ -31,7 +31,7 @@
#include "GpgGenKeyInfo.h"
#include "GpgKey.h"
-using GpgKeyList = QLinkedList<GpgKey>;
+using GpgKeyList = std::list<GpgKey>;
class GpgImportedKey {
public:
@@ -39,7 +39,7 @@ public:
int importStatus;
};
-typedef QLinkedList<GpgImportedKey> GpgImportedKeyList;
+typedef std::list<GpgImportedKey> GpgImportedKeyList;
class GpgImportInformation {
public: