aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/thread/ProxyConnectionTestTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/thread/ProxyConnectionTestTask.h')
-rw-r--r--src/ui/thread/ProxyConnectionTestTask.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/ui/thread/ProxyConnectionTestTask.h b/src/ui/thread/ProxyConnectionTestTask.h
index 110b4e4a..ac8982b5 100644
--- a/src/ui/thread/ProxyConnectionTestTask.h
+++ b/src/ui/thread/ProxyConnectionTestTask.h
@@ -26,15 +26,10 @@
*
*/
-#ifndef GPGFRONTEND_PROXYCONNECTIONTESTTHREAD_H
-#define GPGFRONTEND_PROXYCONNECTIONTESTTHREAD_H
-
-#include <qnetworkreply.h>
-class ProxyConnectionTestThread {};
-
-#include <utility>
+#pragma once
#include "GpgFrontendUI.h"
+#include "core/thread/ThreadingModel.h"
class QNetworkAccessManager;
class QNetworkReply;
@@ -83,5 +78,3 @@ class ProxyConnectionTestTask : public Thread::Task {
};
} // namespace GpgFrontend::UI
-
-#endif // GPGFRONTEND_PROXYCONNECTIONTESTTHREAD_H