diff options
Diffstat (limited to 'src/core/model/GpgSubKey.h')
-rw-r--r-- | src/core/model/GpgSubKey.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/model/GpgSubKey.h b/src/core/model/GpgSubKey.h index 920f42e8..a9d6486f 100644 --- a/src/core/model/GpgSubKey.h +++ b/src/core/model/GpgSubKey.h @@ -30,7 +30,6 @@ #include <gpgme.h> -#include "core/GpgFrontendCoreExport.h" #include "core/model/GpgAbstractKey.h" namespace GpgFrontend { @@ -41,7 +40,7 @@ class GpgKey; * @brief * */ -class GPGFRONTEND_CORE_EXPORT GpgSubKey : public GpgAbstractKey { +class GF_CORE_EXPORT GpgSubKey : public GpgAbstractKey { public: /** * @brief Construct a new Gpg Sub Key object |