aboutsummaryrefslogtreecommitdiffstats
path: root/test/GpgCoreTestBasicOpera.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-02 07:42:44 +0000
committerSaturneric <[email protected]>2022-02-02 07:42:44 +0000
commit7993367384ff5b63bdbc7b48ebb6817a798e0a2c (patch)
tree5dc6ad66570db2eea9ce044b9962289d287124b4 /test/GpgCoreTestBasicOpera.cpp
parent<doc>(project): Improve code document-related Settings (diff)
downloadGpgFrontend-7993367384ff5b63bdbc7b48ebb6817a798e0a2c.tar.gz
GpgFrontend-7993367384ff5b63bdbc7b48ebb6817a798e0a2c.zip
<refactor>(src, test): Normalize the naming of partial classes
Diffstat (limited to 'test/GpgCoreTestBasicOpera.cpp')
-rw-r--r--test/GpgCoreTestBasicOpera.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/GpgCoreTestBasicOpera.cpp b/test/GpgCoreTestBasicOpera.cpp
index 1429a7bf..57339453 100644
--- a/test/GpgCoreTestBasicOpera.cpp
+++ b/test/GpgCoreTestBasicOpera.cpp
@@ -33,9 +33,9 @@
#include "GpgFrontendTest.h"
#include "gpg/GpgConstants.h"
-#include "gpg/function/BasicOperator.h"
+#include "gpg/function/GpgBasicOperator.h"
#include "gpg/function/GpgKeyGetter.h"
-#include "gpg/result_analyse/DecryptResultAnalyse.h"
+#include "gpg/result_analyse/GpgDecryptResultAnalyse.h"
using namespace GpgFrontend;