summaryrefslogtreecommitdiff
path: root/src/buttonwidget.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-10 06:16:42 +0000
committerDana Jansens <danakj@orodu.net>2003-01-10 06:16:42 +0000
commitc8e246f8de5af9963b22cc104d22ca10772028dd (patch)
tree217eb7e90aa102fdf72bb8713fc5d30ecf4fc2f8 /src/buttonwidget.hh
parente0878c9fc2db8843891816e65917fbcfd1e94cbb (diff)
include the all otk stuff into the openbox python module. rename widget.hh to stop conflicting with the one in otk/
Diffstat (limited to 'src/buttonwidget.hh')
-rw-r--r--src/buttonwidget.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buttonwidget.hh b/src/buttonwidget.hh
index c2bb41f4..141b03e4 100644
--- a/src/buttonwidget.hh
+++ b/src/buttonwidget.hh
@@ -2,8 +2,8 @@
#ifndef __obbuttonwidget_hh
#define __obbuttonwidget_hh
+#include "widgetbase.hh"
#include "otk/widget.hh"
-#include "widget.hh"
namespace ob {