summaryrefslogtreecommitdiff
path: root/src/gui/changepassworddialog.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2009-10-04 00:36:46 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2009-10-04 00:36:46 +0200
commiteb22b66b0821e49ed550d30d20d9db5af535e6a3 (patch)
treea54ee9996bf235741f95945fd81be99a6e686eca /src/gui/changepassworddialog.h
parent076bcc1f8361c705d7dbe9088b18cca7d7fe21de (diff)
downloadMana-eb22b66b0821e49ed550d30d20d9db5af535e6a3.tar.gz
Mana-eb22b66b0821e49ed550d30d20d9db5af535e6a3.tar.bz2
Mana-eb22b66b0821e49ed550d30d20d9db5af535e6a3.tar.xz
Mana-eb22b66b0821e49ed550d30d20d9db5af535e6a3.zip
Replaced setNetworkOptions with LoginHandler::supportedOptionalActions
Better to ask when needed that rely on static booleans to be set from somewhere. Also tried to fix the layouting a bit, but it's still not perfect.
Diffstat (limited to 'src/gui/changepassworddialog.h')
-rw-r--r--src/gui/changepassworddialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/changepassworddialog.h b/src/gui/changepassworddialog.h
index 18c13606..17c628db 100644
--- a/src/gui/changepassworddialog.h
+++ b/src/gui/changepassworddialog.h
@@ -37,7 +37,8 @@ class WrongDataNoticeListener;
*
* \ingroup Interface
*/
-class ChangePasswordDialog : public Window, public gcn::ActionListener {
+class ChangePasswordDialog : public Window, public gcn::ActionListener
+{
public:
/**
* Constructor