From 214f4d073de54ed1d7960210b41b1e9d0dc538da Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 15 Oct 2009 20:12:37 +0200 Subject: remove "using namespace" statements from header files "using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases. --- dw/widget.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dw/widget.hh') 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; -- cgit v1.2.3