aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/GpgFrontendModule.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-17 14:57:03 +0000
committersaturneric <[email protected]>2023-10-17 14:57:03 +0000
commite5694e9f6d2a84954eaf508557caa795f5282b07 (patch)
tree40dd946005f7d5b7cdab7db608367add5bbdb38b /src/module/GpgFrontendModule.h
parentrefactor: flatpak yml file can not host here (diff)
downloadGpgFrontend-e5694e9f6d2a84954eaf508557caa795f5282b07.tar.gz
GpgFrontend-e5694e9f6d2a84954eaf508557caa795f5282b07.zip
refactor: change plugin system to module system
Diffstat (limited to '')
-rw-r--r--src/module/GpgFrontendModule.h (renamed from src/plugin/GpgFrontendPlugin.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin/GpgFrontendPlugin.h b/src/module/GpgFrontendModule.h
index e778978b..72eadc9a 100644
--- a/src/plugin/GpgFrontendPlugin.h
+++ b/src/module/GpgFrontendModule.h
@@ -33,7 +33,7 @@
* Project internal dependencies
*/
#include "GpgFrontend.h"
-#include "GpgFrontendPluginExport.h"
+#include "GpgFrontendModuleExport.h"
#include "core/GpgFrontendCore.h"
#endif // GPGFRONTEND_GPGFRONTENDPLUGIN_H \ No newline at end of file