aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/utils/LocalizedUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/utils/LocalizedUtils.h')
-rw-r--r--src/core/utils/LocalizedUtils.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/utils/LocalizedUtils.h b/src/core/utils/LocalizedUtils.h
index 882fcfb3..7419e5a5 100644
--- a/src/core/utils/LocalizedUtils.h
+++ b/src/core/utils/LocalizedUtils.h
@@ -28,12 +28,10 @@
#pragma once
-#include "core/GpgFrontendCoreExport.h"
-
namespace GpgFrontend {
-auto GPGFRONTEND_CORE_EXPORT GetLocalizedDateByTimestamp(time_t) -> QString;
+auto GF_CORE_EXPORT GetLocalizedDateByTimestamp(time_t) -> QString;
-auto GPGFRONTEND_CORE_EXPORT GetUTCDateByTimestamp(time_t) -> QString;
+auto GF_CORE_EXPORT GetUTCDateByTimestamp(time_t) -> QString;
} // namespace GpgFrontend \ No newline at end of file