diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-21 11:41:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-21 18:14:06 +0900 |
| commit | 7272c289be1517c4a4b6ccd35c9d64f8a657593d (patch) | |
| tree | f52030f604018b8af37958df1a289c8c0d2deb11 /twin/events.cpp | |
| parent | 4a6f4a17320917d60610036649b6192289c3f4a5 (diff) | |
| download | tdebase-7272c289be1517c4a4b6ccd35c9d64f8a657593d.tar.gz tdebase-7272c289be1517c4a4b6ccd35c9d64f8a657593d.zip | |
Replace various tq* strings with TQt::* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 100f977221b7319815eb9617f56a067cb0383853)
Diffstat (limited to 'twin/events.cpp')
| -rw-r--r-- | twin/events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/events.cpp b/twin/events.cpp index e2e6b8d60..a56cc9ddd 100644 --- a/twin/events.cpp +++ b/twin/events.cpp @@ -924,7 +924,7 @@ void Client::leaveNotifyEvent( XCrossingEvent* e ) if ( !buttonDown ) { mode = PositionCenter; - setCursor( tqarrowCursor ); + setCursor( TQt::arrowCursor ); } bool lostMouse = !rect().contains( TQPoint( e->x, e->y ) ); // 'lostMouse' wouldn't work with e.g. B2 or Keramik, which have non-rectangular decorations |
