diff options
author | saturneric <[email protected]> | 2023-10-17 14:57:03 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-17 14:57:03 +0000 |
commit | e5694e9f6d2a84954eaf508557caa795f5282b07 (patch) | |
tree | 40dd946005f7d5b7cdab7db608367add5bbdb38b /src/module/GpgFrontendModule.h | |
parent | refactor: flatpak yml file can not host here (diff) | |
download | GpgFrontend-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 |