Made the icewm client compile when QT_NO_COMPAT is defined

svn path=/trunk/kdebase/kwin/; revision=115975
This commit is contained in:
Fredrik Höglund 2001-09-30 20:51:20 +00:00
parent b6df0940fa
commit d4d8c39824

View file

@ -703,7 +703,7 @@ void IceWMButton::mouseReleaseEvent( QMouseEvent* e )
////////////////////////////////////////////////////////////////////////////////////////////
IceWMClient::IceWMClient( Workspace *ws, WId w, QWidget *parent, const char *name )
: Client( ws, w, parent, name, WResizeNoErase | WNorthWestGravity | WRepaintNoErase )
: Client( ws, w, parent, name, WResizeNoErase | WStaticContents | WRepaintNoErase )
{
// Set button pointers to null so we can track things
for(int i= IceWMClient::BtnSysMenu; i < IceWMClient::BtnCount; i++)