From 9c2d1a1c867bbd7eea083dbc03c0acf1edace8c2 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 27 Jan 2009 18:53:24 +0000 Subject: moves docking menus from ui to client, allow map and chat window while docked --- src/client/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/map.h') diff --git a/src/client/map.h b/src/client/map.h index c7c1c29..d75024a 100644 --- a/src/client/map.h +++ b/src/client/map.h @@ -7,11 +7,11 @@ #ifndef __INCLUDED_CLIENT_MAP_H__ #define __INCLUDED_CLIENT_MAP_H__ -#include "ui/widget.h" +#include "ui/window.h" namespace client { -class Map : public ui::Widget +class Map : public ui::Window { public: Map(ui::Widget *parent = 0); -- cgit v1.2.3