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/unregisterdialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/unregisterdialog.h') diff --git a/src/gui/unregisterdialog.h b/src/gui/unregisterdialog.h index 5db57b1d..18dbef5d 100644 --- a/src/gui/unregisterdialog.h +++ b/src/gui/unregisterdialog.h @@ -22,12 +22,12 @@ #ifndef UNREGISTERDIALOG_H #define UNREGISTERDIALOG_H -#include - -#include "gui/window.h" +#include "gui/widgets/window.h" #include "guichanfwd.h" +#include + class LoginData; class OkDialog; class WrongDataNoticeListener; -- cgit v1.2.3-70-g09d2