Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
@ -132,7 +132,7 @@ namespace KPF
break;
}
if (!TQT_TQRECT_OBJECT(rect()).contains(e->pos()))
if (!rect().contains(e->pos()))
{
@ -124,7 +124,7 @@ void TrayIcon::setDesktopControlSetting(bool b) {
void TrayIcon::mousePressEvent(TQMouseEvent *e)
return;
if (e->button() == Qt::LeftButton) {