aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/settings/SettingsKeyServer.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/settings/SettingsKeyServer.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 '')
-rw-r--r--src/ui/settings/SettingsKeyServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/settings/SettingsKeyServer.cpp b/src/ui/settings/SettingsKeyServer.cpp
index 0cba7b51..533c8316 100644
--- a/src/ui/settings/SettingsKeyServer.cpp
+++ b/src/ui/settings/SettingsKeyServer.cpp
@@ -25,7 +25,7 @@
#include "SettingsKeyServer.h"
#include "GlobalSettingStation.h"
-#include "ui/function/TestListedKeyServerThread.h"
+#include "ui/thread/TestListedKeyServerThread.h"
#include "ui_KeyServerSettings.h"
namespace GpgFrontend::UI {