From d69d85f06fa6dc22ac4c7789e4140e32d119a7f1 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 7 Apr 2009 23:47:57 +0200 Subject: Moved basic widgets into the gui/widgets directory In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up. --- src/gui/help.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/help.h') diff --git a/src/gui/help.h b/src/gui/help.h index 8764e733..070f129f 100644 --- a/src/gui/help.h +++ b/src/gui/help.h @@ -22,10 +22,10 @@ #ifndef HELP_H #define HELP_H -#include +#include "gui/linkhandler.h" +#include "gui/widgets/window.h" -#include "linkhandler.h" -#include "window.h" +#include class BrowserBox; @@ -59,7 +59,7 @@ class HelpWindow : public Window, public LinkHandler, private: void loadFile(const std::string &file); - BrowserBox* mBrowserBox; + BrowserBox *mBrowserBox; gcn::ScrollArea *mScrollArea; }; -- cgit v1.2.3-60-g2f50