diff options
Diffstat (limited to 'twin/client.cpp')
-rw-r--r-- | twin/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/client.cpp b/twin/client.cpp index 957a0b3ba..a5b5e808b 100644 --- a/twin/client.cpp +++ b/twin/client.cpp @@ -889,7 +889,7 @@ void Client::setShade( ShadeMode mode ) // FRAME repaint( FALSE ); // bool wasStaticContents = testWFlags( WStaticContents ); // setWFlags( WStaticContents ); - int step = QMAX( 4, QABS( h - s.height() ) / as )+1; + int step = TQMAX( 4, QABS( h - s.height() ) / as )+1; do { h -= step; @@ -919,7 +919,7 @@ void Client::setShade( ShadeMode mode ) TQSize s( sizeForClientSize( clientSize())); // FRAME bool wasStaticContents = testWFlags( WStaticContents ); // setWFlags( WStaticContents ); - int step = QMAX( 4, QABS( h - s.height() ) / as )+1; + int step = TQMAX( 4, QABS( h - s.height() ) / as )+1; do { h += step; |