diff --git a/clients/plastik/plastikclient.cpp b/clients/plastik/plastikclient.cpp index b72b02daf7..b3cee0643b 100644 --- a/clients/plastik/plastikclient.cpp +++ b/clients/plastik/plastikclient.cpp @@ -110,7 +110,7 @@ const int SUPPORTED_WINDOW_TYPES_MASK = NET::NormalMask | NET::DesktopMask | NET bool PlastikClient::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)); } void PlastikClient::resizeEvent()