diff --git a/clients/quartz/quartz.cpp b/clients/quartz/quartz.cpp index 268d2eb833..29086d3742 100644 --- a/clients/quartz/quartz.cpp +++ b/clients/quartz/quartz.cpp @@ -563,7 +563,7 @@ const int SUPPORTED_WINDOW_TYPES_MASK = NET::NormalMask | NET::DesktopMask | NET bool QuartzClient::isTool() { NET::WindowType type = windowType( SUPPORTED_WINDOW_TYPES_MASK ); - return ((type==NET::Toolbar)||(type==NET::NET::Utility)||(type==NET::Menu)); + return ((type==NET::Toolbar)||(type==NET::Utility)||(type==NET::Menu)); } diff --git a/clients/web/Web.cpp b/clients/web/Web.cpp index 48dd404e68..c13333d635 100644 --- a/clients/web/Web.cpp +++ b/clients/web/Web.cpp @@ -561,7 +561,7 @@ const int SUPPORTED_WINDOW_TYPES_MASK = NET::NormalMask | NET::DesktopMask | NET bool WebClient::isTool() { NET::WindowType type = windowType( SUPPORTED_WINDOW_TYPES_MASK ); - return ((type==NET::Toolbar)||(type==NET::NET::Utility)||(type==NET::Menu)); + return ((type==NET::Toolbar)||(type==NET::Utility)||(type==NET::Menu)); } bool WebClient::eventFilter( QObject* o, QEvent* e )