aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/help/AboutDialog.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-12 00:36:36 +0000
committerSaturneric <[email protected]>2022-01-12 00:36:36 +0000
commitcd837f0d154e061bc26118f204d5f9a2a417be81 (patch)
tree2d9477c852eedef603901486a3dbbe50204b473a /src/ui/help/AboutDialog.cpp
parent<fix>(ui): Fixed some bugs in tooltips. (diff)
downloadGpgFrontend-cd837f0d154e061bc26118f204d5f9a2a417be81.tar.gz
GpgFrontend-cd837f0d154e061bc26118f204d5f9a2a417be81.zip
<refactor>(ui): Adjust src/ui/function to src/ui/thread
Diffstat (limited to 'src/ui/help/AboutDialog.cpp')
-rw-r--r--src/ui/help/AboutDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/help/AboutDialog.cpp b/src/ui/help/AboutDialog.cpp
index 78ff5557..91e2923e 100644
--- a/src/ui/help/AboutDialog.cpp
+++ b/src/ui/help/AboutDialog.cpp
@@ -25,8 +25,8 @@
#include "ui/help/AboutDialog.h"
#include "GpgFrontendBuildInfo.h"
-#include "function/VersionCheckThread.h"
#include "ui/settings/GlobalSettingStation.h"
+#include "ui/thread/VersionCheckThread.h"
namespace GpgFrontend::UI {