summaryrefslogtreecommitdiff
path: root/src/gui/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/connection.h')
-rw-r--r--src/gui/connection.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/connection.h b/src/gui/connection.h
index f26c1344..fe416ddc 100644
--- a/src/gui/connection.h
+++ b/src/gui/connection.h
@@ -33,7 +33,6 @@
#include "../guichanfwd.h"
class Button;
-class Label;
class ProgressBar;
/**
@@ -59,16 +58,16 @@ class ConnectionDialog : public Window, public gcn::ActionListener {
* Called when receiving actions from the widgets.
*/
void action(const std::string& eventId);
-
+
void logic();
-
+
private:
gcn::Label *mLabel;
Button *mCancelButton;
ProgressBar *mProgressBar;
float mProgress;
int mStatus;
-
+
void mapLogin();
};