diff options
Diffstat (limited to 'src/ui/thread/CtxCheckThread.cpp')
-rw-r--r-- | src/ui/thread/CtxCheckThread.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/thread/CtxCheckThread.cpp b/src/ui/thread/CtxCheckThread.cpp index 7808968d..bc180ae8 100644 --- a/src/ui/thread/CtxCheckThread.cpp +++ b/src/ui/thread/CtxCheckThread.cpp @@ -26,9 +26,9 @@ #include "CtxCheckThread.h" -#include "gpg/GpgContext.h" -#include "gpg/GpgCoreInit.h" -#include "gpg/function/GpgKeyGetter.h" +#include "core/GpgContext.h" +#include "core/GpgCoreInit.h" +#include "core/function/GpgKeyGetter.h" #include "ui/UserInterfaceUtils.h" GpgFrontend::UI::CtxCheckThread::CtxCheckThread() : QThread(nullptr) { |