Drop TQT_TQ*_OBJECT defines

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/17/head
Michele Calgaro 9 months ago
parent e925ce75e1
commit 4a24155a39
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -101,7 +101,7 @@ void SystemTray::mousePressEvent(TQMouseEvent *e)
KSystemTray::mousePressEvent(e);
break;
case MidButton:
if(!TQT_TQRECT_OBJECT(rect()).contains(e->pos()))
if(!rect().contains(e->pos()))
return;
actionCollection()->action("trayplay")->activate();
break;

Loading…
Cancel
Save