aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/system/GpgFrontendModuleSystem.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/module/system/GpgFrontendModuleSystem.h (renamed from src/plugin/system/GpgFrontendPluginSystem.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugin/system/GpgFrontendPluginSystem.h b/src/module/system/GpgFrontendModuleSystem.h
index b4861e76..100c73e2 100644
--- a/src/plugin/system/GpgFrontendPluginSystem.h
+++ b/src/module/system/GpgFrontendModuleSystem.h
@@ -29,6 +29,6 @@
#pragma once
#include <core/GpgFrontendCore.h>
-#include <plugin/system/Event.h>
-#include <plugin/system/Plugin.h>
-#include <plugin/system/PluginManager.h> \ No newline at end of file
+#include <module/system/Event.h>
+#include <module/system/Module.h>
+#include <module/system/ModuleManager.h> \ No newline at end of file