Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/13/head
Michele Calgaro 6 months ago
parent 66c769bf9f
commit a604df8425
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -589,7 +589,7 @@ void Tray::mousePressEvent( TQMouseEvent *e )
return;
}
switch ( e->button() ) {
case Qt::LeftButton:
case TQt::LeftButton:
contextMenuAboutToShow(contextMenu());
contextMenu()->popup(e->globalPos());
break;

Loading…
Cancel
Save