aboutsummaryrefslogtreecommitdiff
path: root/dw/regardingborder.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/regardingborder.hh')
-rw-r--r--dw/regardingborder.hh7
1 files changed, 2 insertions, 5 deletions
diff --git a/dw/regardingborder.hh b/dw/regardingborder.hh
index 4c8951ad..1cb6c25f 100644
--- a/dw/regardingborder.hh
+++ b/dw/regardingborder.hh
@@ -1,7 +1,7 @@
#ifndef __DW_REGARDINGBORDER_HH__
#define __DW_REGARDINGBORDER_HH__
-#include "core.hh"
+#include "oofawarewidget.hh"
namespace dw {
@@ -9,11 +9,8 @@ namespace dw {
* \brief Base class (rather a tag interface) for those widgets
* regarding borders defined by floats, and so allocated on the
* full width.
- *
- * Will, when integrated to the "dillo_grows" repository, become a sub
- * class of OOFAwareWidget.
*/
-class RegardingBorder: public core::Widget
+class RegardingBorder: public oof::OOFAwareWidget
{
public:
static int CLASS_ID;