aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/GpgKey.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/gpg/GpgKey.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpg/GpgKey.h b/include/gpg/GpgKey.h
index f83a2a1e..9bf33111 100644
--- a/include/gpg/GpgKey.h
+++ b/include/gpg/GpgKey.h
@@ -25,7 +25,7 @@
#ifndef GPGFRONTEND_GPGKEY_H
#define GPGFRONTEND_GPGKEY_H
-#include "UID.h"
+#include "GpgUID.h"
#include "GpgSubKey.h"
class GpgKey {
@@ -62,7 +62,7 @@ public:
QVector<GpgSubKey> subKeys;
- QVector<UID> uids;
+ QVector<GpgUID> uids;
gpgme_key_t key_refer = nullptr;