From a2d75efab5dca4e9a9721afef61cad0f62d4825f Mon Sep 17 00:00:00 2001 From: Saturneric Date: Sun, 6 Feb 2022 13:29:01 +0800 Subject: (core, ui): Adjust the core code directory structure. --- src/ui/thread/CtxCheckThread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/thread/CtxCheckThread.cpp') diff --git a/src/ui/thread/CtxCheckThread.cpp b/src/ui/thread/CtxCheckThread.cpp index bc180ae8..b1e50b94 100644 --- a/src/ui/thread/CtxCheckThread.cpp +++ b/src/ui/thread/CtxCheckThread.cpp @@ -28,7 +28,7 @@ #include "core/GpgContext.h" #include "core/GpgCoreInit.h" -#include "core/function/GpgKeyGetter.h" +#include "core/function/gpg/GpgKeyGetter.h" #include "ui/UserInterfaceUtils.h" GpgFrontend::UI::CtxCheckThread::CtxCheckThread() : QThread(nullptr) { -- cgit v1.2.3