Drop TQT_TQ*_OBJECT defines

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/11/head
Michele Calgaro 9 months ago
parent cd1915299f
commit 23149893a0
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