diff options
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index 569d7d6d..56f115f6 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -20,7 +20,7 @@ namespace core { * * \sa\ref dw-overview, \ref dw-layout-widgets */ -class Widget: public identity::IdentifiableObject +class Widget: public lout::identity::IdentifiableObject { friend class Layout; |