aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgModel.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-04 16:47:18 +0000
committerSaturneric <[email protected]>2022-02-04 16:47:18 +0000
commit830fe612c6bbbff98274093b0128c9ca489f9f79 (patch)
treef3d90bc55f16eb431191b23bbc00ae0b0a9e78ef /src/core/GpgModel.h
parent<chore>(project): Adjust the project to make the compilation (diff)
downloadGpgFrontend-830fe612c6bbbff98274093b0128c9ca489f9f79.tar.gz
GpgFrontend-830fe612c6bbbff98274093b0128c9ca489f9f79.zip
<refactor>(src): rename the gpg directory to core
Diffstat (limited to '')
-rw-r--r--src/core/GpgModel.h (renamed from src/gpg/GpgModel.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpg/GpgModel.h b/src/core/GpgModel.h
index 3cfc54d1..e3d43332 100644
--- a/src/gpg/GpgModel.h
+++ b/src/core/GpgModel.h
@@ -33,9 +33,9 @@
#include <utility>
#include "GpgConstants.h"
-#include "gpg/model/GpgData.h"
-#include "gpg/model/GpgKey.h"
-#include "gpg/model/GpgSignature.h"
+#include "core/model/GpgData.h"
+#include "core/model/GpgKey.h"
+#include "core/model/GpgSignature.h"
namespace GpgFrontend {