Made the laptop client compile when QT_NO_COMPAT is defined

svn path=/trunk/kdebase/kwin/; revision=115980
This commit is contained in:
Fredrik Höglund 2001-09-30 20:56:07 +00:00
parent 1136576179
commit d543923d46

View file

@ -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;