Made the redmond client compile when QT_NO_COMPAT is defined
svn path=/trunk/kdebase/kwin/; revision=115983
This commit is contained in:
parent
1015568de5
commit
16a15bc404
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ void GalliumButton::drawButton(QPainter *p)
|
||||||
|
|
||||||
GalliumClient::GalliumClient( Workspace *ws, WId w, QWidget *parent,
|
GalliumClient::GalliumClient( Workspace *ws, WId w, QWidget *parent,
|
||||||
const char *name )
|
const char *name )
|
||||||
: Client( ws, w, parent, name, WResizeNoErase | WNorthWestGravity |
|
: Client( ws, w, parent, name, WResizeNoErase | WStaticContents |
|
||||||
WRepaintNoErase )
|
WRepaintNoErase )
|
||||||
{
|
{
|
||||||
setBackgroundMode( QWidget::NoBackground );
|
setBackgroundMode( QWidget::NoBackground );
|
||||||
|
|
Loading…
Reference in a new issue