aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/CoreSignalStation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/function/CoreSignalStation.h')
-rw-r--r--src/core/function/CoreSignalStation.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/function/CoreSignalStation.h b/src/core/function/CoreSignalStation.h
index a5bea44a..ddc8fa19 100644
--- a/src/core/function/CoreSignalStation.h
+++ b/src/core/function/CoreSignalStation.h
@@ -28,8 +28,6 @@
#pragma once
-#include "core/GpgFrontendCoreExport.h"
-
namespace GpgFrontend {
class GpgPassphraseContext;
@@ -38,7 +36,7 @@ class GpgPassphraseContext;
* @brief
*
*/
-class GPGFRONTEND_CORE_EXPORT CoreSignalStation : public QObject {
+class GF_CORE_EXPORT CoreSignalStation : public QObject {
Q_OBJECT
static std::unique_ptr<CoreSignalStation> instance;