From: Dana Jansens Date: Fri, 24 Jan 2003 19:21:07 +0000 (+0000) Subject: include widgetbase not widget X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=3682df8ed27e96067a171b71cbf58d5a00ca813b;p=chaz%2Fopenbox include widgetbase not widget --- diff --git a/src/actions.hh b/src/actions.hh index 552d1a65..f8f03d0f 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -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"