From 100f977221b7319815eb9617f56a067cb0383853 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 21 Nov 2023 11:41:53 +0900 Subject: Replace various tq* strings with TQt::* equivalents Signed-off-by: Michele Calgaro --- twin/events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin/events.cpp') 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 -- cgit v1.2.1