Made the laptop client compile when QT_NO_COMPAT is defined
svn path=/trunk/kdebase/kwin/; revision=115980
This commit is contained in:
parent
1136576179
commit
d543923d46
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ void LaptopClient::slotReset()
|
|||
|
||||
LaptopClient::LaptopClient( Workspace *ws, WId w, QWidget *parent,
|
||||
const char *name )
|
||||
: Client( ws, w, parent, name, WResizeNoErase | WNorthWestGravity )
|
||||
: Client( ws, w, parent, name, WResizeNoErase | WStaticContents )
|
||||
{
|
||||
lastButtonWidth = 0;
|
||||
lastBufferWidth = 0;
|
||||
|
|
Loading…
Reference in a new issue