Drop TQT_TQ*_OBJECT defines

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6926ef0556)
r14.1.x r14.1.1
Michele Calgaro 9 months ago
parent d328d85e06
commit 9f762337c6
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -73,7 +73,7 @@ void InterfaceTray::resizeEvent ( TQResizeEvent * )
void InterfaceTray::mousePressEvent( TQMouseEvent* e )
{
if ( !TQT_TQRECT_OBJECT(rect()).contains( e->pos() ) )
if ( !rect().contains( e->pos() ) )
return;
switch( e->button() )

Loading…
Cancel
Save