diff options
Diffstat (limited to 'src/gui/textdialog.h')
-rw-r--r-- | src/gui/textdialog.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/textdialog.h b/src/gui/textdialog.h index 3dc9259c..16a1e9d8 100644 --- a/src/gui/textdialog.h +++ b/src/gui/textdialog.h @@ -22,10 +22,11 @@ #ifndef GUI_GUILD_DIALOG_H #define GUI_GUILD_DIALOG_H +#include "window.h" + #include <guichan/actionlistener.hpp> -#include "textfield.h" -#include "window.h" +class TextField; /** * An option dialog. @@ -41,7 +42,7 @@ public: * @see Window::Window */ TextDialog(const std::string &title, const std::string &msg, - Window *parent = NULL); + Window *parent = NULL); /** * Called when receiving actions from the widgets. |