summaryrefslogtreecommitdiff
path: root/src/actions.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-24 19:21:07 +0000
committerDana Jansens <danakj@orodu.net>2003-01-24 19:21:07 +0000
commit3682df8ed27e96067a171b71cbf58d5a00ca813b (patch)
tree1e4816eea650b7501e5b7600bafff71b19a48ea5 /src/actions.hh
parentd69061e2c8d0cc60760d0732453994ad9fbf68fe (diff)
include widgetbase not widget
Diffstat (limited to 'src/actions.hh')
-rw-r--r--src/actions.hh2
1 files changed, 1 insertions, 1 deletions
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"