diff options
Diffstat (limited to '')
-rw-r--r-- | src/module/system/Event.h (renamed from src/plugin/system/Event.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugin/system/Event.h b/src/module/system/Event.h index e9c1c78a..4ffe4f0f 100644 --- a/src/plugin/system/Event.h +++ b/src/module/system/Event.h @@ -31,11 +31,11 @@ #include <memory> -#include "GpgFrontendPluginSystemExport.h" +#include "GpgFrontendModuleSystemExport.h" #include "core/GpgFrontendCore.h" #include "nlohmann/json_fwd.hpp" -namespace GpgFrontend::Plugin { +namespace GpgFrontend::Module { class Event; @@ -78,6 +78,6 @@ class Event { std::unique_ptr<Impl> p_; }; -} // namespace GpgFrontend::Plugin +} // namespace GpgFrontend::Module #endif // GPGFRONTEND_EVENT_H
\ No newline at end of file |