From 7b559dcf64e5814cf4cde7e7db52c2e9f6a7357a Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 7 Apr 2009 20:19:10 +0200 Subject: Used custom widgets where appropriate and some cleanup Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes. --- src/gui/unregisterdialog.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/gui/unregisterdialog.h') diff --git a/src/gui/unregisterdialog.h b/src/gui/unregisterdialog.h index 1e3cc88f..5db57b1d 100644 --- a/src/gui/unregisterdialog.h +++ b/src/gui/unregisterdialog.h @@ -22,11 +22,11 @@ #ifndef UNREGISTERDIALOG_H #define UNREGISTERDIALOG_H -#include #include -#include "window.h" -#include "../guichanfwd.h" +#include "gui/window.h" + +#include "guichanfwd.h" class LoginData; class OkDialog; @@ -37,18 +37,16 @@ class WrongDataNoticeListener; * * \ingroup Interface */ -class UnRegisterDialog : public Window, public gcn::ActionListener { +class UnRegisterDialog : public Window, public gcn::ActionListener +{ public: /** * Constructor * * @see Window::Window */ - UnRegisterDialog(Window *parent,LoginData *loginData); + UnRegisterDialog(Window *parent, LoginData *loginData); - /** - * Destructor - */ ~UnRegisterDialog(); /** -- cgit v1.2.3-60-g2f50