diff options
Diffstat (limited to 'src/gui/ok_dialog.h')
-rw-r--r-- | src/gui/ok_dialog.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/ok_dialog.h b/src/gui/ok_dialog.h index cc04546b..ad0359b1 100644 --- a/src/gui/ok_dialog.h +++ b/src/gui/ok_dialog.h @@ -26,7 +26,6 @@ #include "gui.h" #include "window.h" -#include "button.h" /** * An 'Ok' button dialog. @@ -36,14 +35,14 @@ class OkDialog : public Window, public gcn::ActionListener { public: /** - * Constructor + * Constructor. * * @see Window::Window */ - OkDialog(gcn::Container *parent, std::string); + OkDialog(const std::string &title, const std::string &msg); /** - * Destructor + * Destructor. */ ~OkDialog(); |