Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-05-19 15:35:07 +0300
committerHannah von Reth <vonreth@kde.org>2022-05-19 19:00:51 +0300
commitac75156cfe6f1e09c24988ef286240131d83a32d (patch)
tree22e3fe749ab1994307f7af2711f2aff3db48885d /src/gui/proxyauthhandler.cpp
parent1b87c9eabc81570fbc41ede6a8b8c930243db9d9 (diff)
FolderWizard use vfs with spaces
Fixes: #9649
Diffstat (limited to 'src/gui/proxyauthhandler.cpp')
-rw-r--r--src/gui/proxyauthhandler.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/proxyauthhandler.cpp b/src/gui/proxyauthhandler.cpp
index 812a362e0..021fd2e85 100644
--- a/src/gui/proxyauthhandler.cpp
+++ b/src/gui/proxyauthhandler.cpp
@@ -14,10 +14,11 @@
#include "proxyauthhandler.h"
+#include "accessmanager.h"
+#include "account.h"
+#include "configfile.h"
#include "proxyauthdialog.h"
#include "theme.h"
-#include "configfile.h"
-#include "account.h"
#include <QApplication>