Drop TQT_TQ*_OBJECT defines

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 23149893a0)
r14.1.x
Michele Calgaro 9 months ago
parent a18aed9e9f
commit 4a8f46b137
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -585,7 +585,7 @@ void Tray::updateDeviceTrays()
void Tray::mousePressEvent( TQMouseEvent *e )
{
if ( !TQT_TQRECT_OBJECT(rect()).contains( e->pos() ) ) {
if ( !rect().contains( e->pos() ) ) {
return;
}
switch ( e->button() ) {

Loading…
Cancel
Save