include widgetbase not widget

This commit is contained in:
Dana Jansens 2003-01-24 19:21:07 +00:00
parent d69061e2c8
commit 3682df8ed2

View file

@ -6,7 +6,7 @@
@brief The action interface for user-available actions
*/
#include "widget.hh"
#include "widgetbase.hh"
#include "otk/point.hh"
#include "otk/rect.hh"
#include "otk/eventhandler.hh"