From 9e05db9518c528ac0d2d44311cde267d9886b36a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 8 Feb 2003 10:48:19 +0000 Subject: remove includes for widgetbase.hh. fix bug with circular modal pointer. --- src/screen.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/screen.hh') diff --git a/src/screen.hh b/src/screen.hh index db8c26d1..9244bb2d 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -10,7 +10,6 @@ extern "C" { #include } -#include "widgetbase.hh" #include "otk/strut.hh" #include "otk/rect.hh" #include "otk/screeninfo.hh" @@ -28,7 +27,7 @@ class Client; //! Manages a single screen /*! */ -class Screen : public otk::EventHandler, public WidgetBase { +class Screen : public otk::EventHandler { public: //! Holds a list of otk::Strut objects typedef std::list StrutList; -- cgit v1.2.3