diff options
Diffstat (limited to 'src/core/model/GpgKey.h')
-rw-r--r-- | src/core/model/GpgKey.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/GpgKey.h b/src/core/model/GpgKey.h index 43410acd..2b4679a8 100644 --- a/src/core/model/GpgKey.h +++ b/src/core/model/GpgKey.h @@ -37,7 +37,7 @@ namespace GpgFrontend { * @brief * */ -class GPGFRONTEND_CORE_EXPORT GpgKey : public GpgAbstractKey { +class GF_CORE_EXPORT GpgKey : public GpgAbstractKey { Q_DECLARE_TR_FUNCTIONS(GpgKey) public: /** |