summaryrefslogtreecommitdiff
path: root/src/gui/connection.h
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-10-18 15:55:52 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-10-18 15:55:52 +0000
commitd0333c99e0ff4c5510875bf8993056875d6c93af (patch)
treea0bb673db36b0cc0ca750500c6409b08e6eb40b6 /src/gui/connection.h
parentd3175115354bb2417f01877a96d0068e2f2c875d (diff)
downloadMana-d0333c99e0ff4c5510875bf8993056875d6c93af.tar.gz
Mana-d0333c99e0ff4c5510875bf8993056875d6c93af.tar.bz2
Mana-d0333c99e0ff4c5510875bf8993056875d6c93af.tar.xz
Mana-d0333c99e0ff4c5510875bf8993056875d6c93af.zip
Header, whitespace and intendation cleanups.
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();
};