Made the redmond client compile when QT_NO_COMPAT is defined

svn path=/trunk/kdebase/kwin/; revision=115983
This commit is contained in:
Fredrik Höglund 2001-09-30 21:00:39 +00:00
parent 1015568de5
commit 16a15bc404

View file

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