From ee416a5f3de03a689247a290077e7fdf451e1a23 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 8 Jan 2005 01:33:53 +0000 Subject: Well improved window container and window widgets a bit, and made a start on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. --- src/gui/ok_dialog.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/gui/ok_dialog.h') 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(); -- cgit v1.2.3-70-g09d2