diff options
Diffstat (limited to 'src/ui/thread')
-rw-r--r-- | src/ui/thread/CtxCheckThread.cpp | 2 | ||||
-rw-r--r-- | src/ui/thread/SMTPSendMailThread.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
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) { diff --git a/src/ui/thread/SMTPSendMailThread.cpp b/src/ui/thread/SMTPSendMailThread.cpp index 8ae31bb8..f1cb1626 100644 --- a/src/ui/thread/SMTPSendMailThread.cpp +++ b/src/ui/thread/SMTPSendMailThread.cpp @@ -28,9 +28,9 @@ #include <boost/format.hpp> -#include "core/function/GpgBasicOperator.h" -#include "core/function/GpgKeyGetter.h" -#include "core/function/GpgKeyImportExporter.h" +#include "core/function/gpg/GpgBasicOperator.h" +#include "core/function/gpg/GpgKeyGetter.h" +#include "core/function/gpg/GpgKeyImportExporter.h" namespace GpgFrontend::UI { |