summaryrefslogtreecommitdiff
path: root/src/gui/setup.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-01-29 21:42:21 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-01-29 21:42:21 +0000
commitd849d2cf296b0d4fad46dfdfef258c7349d72a0e (patch)
tree72c55b3e209c27af18f5889f481f03fd169b1e34 /src/gui/setup.h
parented5de2f53126ebf5b4f5c1e4356aa34f86cc7f44 (diff)
downloadmana-client-d849d2cf296b0d4fad46dfdfef258c7349d72a0e.tar.gz
mana-client-d849d2cf296b0d4fad46dfdfef258c7349d72a0e.tar.bz2
mana-client-d849d2cf296b0d4fad46dfdfef258c7349d72a0e.tar.xz
mana-client-d849d2cf296b0d4fad46dfdfef258c7349d72a0e.zip
*** empty log message ***
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r--src/gui/setup.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h
index 20540aa2..0b7e863a 100644
--- a/src/gui/setup.h
+++ b/src/gui/setup.h
@@ -65,9 +65,9 @@ class Setup : public Window, public gcn::ActionListener {
gcn::Button *applyButton;
gcn::Button *cancelButton;
- // Setup dialog
- static Setup *ptr;
+ public:
+
/**
* Constructor.
*/
@@ -76,18 +76,13 @@ class Setup : public Window, public gcn::ActionListener {
/**
* Destructor.
*/
- virtual ~Setup();
-
- public:
+ virtual ~Setup();
+
/**
* Event handling method.
*/
void action(const std::string& eventId);
- /**
- * Static method for creating singleton object.
- */
- static Setup *create_setup();
};
#endif