Made the mwm client compile when QT_NO_COMPAT is defined

svn path=/trunk/kdebase/kwin/; revision=115981
This commit is contained in:
Fredrik Höglund 2001-09-30 20:57:19 +00:00
parent d543923d46
commit df9a60eb44

View file

@ -83,7 +83,7 @@ void MwmButton::drawButton( QPainter* p )
MwmClient::MwmClient( Workspace* ws, WId w, QWidget* parent, const char* name )
: Client( ws, w, parent, name, WNorthWestGravity | WResizeNoErase
: Client( ws, w, parent, name, WStaticContents | WResizeNoErase
| WRepaintNoErase )
{
setBackgroundMode( QWidget::NoBackground );