summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-01-29 22:04:08 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-01-29 22:04:08 +0000
commit5cbcbbfc0ff1db5cbbe9e187d067e3bd86fcce22 (patch)
tree6f14c1e411f1cf9efb82ff6c5ebeb25f35506b57 /src/gui/setup.h
parentbc79eeeb186e84388a5899b7cdd4a339aaa40495 (diff)
downloadmana-client-5cbcbbfc0ff1db5cbbe9e187d067e3bd86fcce22.tar.gz
mana-client-5cbcbbfc0ff1db5cbbe9e187d067e3bd86fcce22.tar.bz2
mana-client-5cbcbbfc0ff1db5cbbe9e187d067e3bd86fcce22.tar.xz
mana-client-5cbcbbfc0ff1db5cbbe9e187d067e3bd86fcce22.zip
*** empty log message ***
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
index 0b7e863a..8ada5cce 100644
--- a/src/gui/setup.h
+++ b/src/gui/setup.h
@@ -24,8 +24,7 @@
#ifndef tmw_included_setup_h
#define tmw_included_setup_h
-#include "gui.h"
-#include "../graphic/graphic.h"
+#include "window.h"
#include "../sound/sound.h"
/**
@@ -76,7 +75,7 @@ class Setup : public Window, public gcn::ActionListener {
/**
* Destructor.
*/
- virtual ~Setup();
+ ~Setup();
/**
* Event handling method.