diff options
author | Saturneric <[email protected]> | 2022-01-12 00:36:36 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-12 00:36:36 +0000 |
commit | cd837f0d154e061bc26118f204d5f9a2a417be81 (patch) | |
tree | 2d9477c852eedef603901486a3dbbe50204b473a /src/ui/smtp/SendMailDialog.cpp | |
parent | <fix>(ui): Fixed some bugs in tooltips. (diff) | |
download | GpgFrontend-cd837f0d154e061bc26118f204d5f9a2a417be81.tar.gz GpgFrontend-cd837f0d154e061bc26118f204d5f9a2a417be81.zip |
<refactor>(ui): Adjust src/ui/function to src/ui/thread
Diffstat (limited to '')
-rw-r--r-- | src/ui/smtp/SendMailDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/smtp/SendMailDialog.cpp b/src/ui/smtp/SendMailDialog.cpp index 3f0b87cd..bb21ca3f 100644 --- a/src/ui/smtp/SendMailDialog.cpp +++ b/src/ui/smtp/SendMailDialog.cpp @@ -32,7 +32,7 @@ #ifdef SMTP_SUPPORT #include "smtp/SmtpMime" -#include "ui/function/SMTPSendMailThread.h" +#include "ui/thread/SMTPSendMailThread.h" #include "ui/settings/GlobalSettingStation.h" #endif |