summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-21 12:28:40 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-21 20:26:12 +0300
commitf4fe732ccbd65fd584b7787f3b5aec904a85d11b (patch)
tree5cf6023ab3713316326547026c10f2fb4ce6d8b8 /src/gui/windows/serverdialog.h
parentc78423448941517eeae0a60e703a5dc2976aed0c (diff)
downloadplus-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.tar.gz
plus-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.tar.bz2
plus-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.tar.xz
plus-f4fe732ccbd65fd584b7787f3b5aec904a85d11b.zip
Fix code style.
Diffstat (limited to 'src/gui/windows/serverdialog.h')
-rw-r--r--src/gui/windows/serverdialog.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/windows/serverdialog.h b/src/gui/windows/serverdialog.h
index e2ab64ada..f10a222e6 100644
--- a/src/gui/windows/serverdialog.h
+++ b/src/gui/windows/serverdialog.h
@@ -25,7 +25,7 @@
#include "gui/widgets/window.h"
-#include "net/download.h"
+#include "net/downloadstatus.h"
#include "net/serverinfo.h"
#include "utils/mutex.h"
@@ -42,6 +42,11 @@ class Label;
class ListBox;
class ServersListModel;
+namespace Net
+{
+ class Download;
+}
+
/**
* The server choice dialog.
*