Made the kstep client compile when QT_NO_COMPAT is defined

svn path=/trunk/kdebase/kwin/; revision=115978
This commit is contained in:
Fredrik Höglund 2001-09-30 20:54:35 +00:00
parent f4de058b7b
commit 1136576179

View file

@ -256,7 +256,7 @@ void NextClient::resizeEvent( QResizeEvent* e)
{
Client::resizeEvent( e );
if ( isVisibleToTLW() && !testWFlags( WNorthWestGravity )) {
if ( isVisibleToTLW() && !testWFlags( WStaticContents )) {
QPainter p( this );
QRect t = titlebar->geometry();
t.setTop( 0 );