Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/8/head
Michele Calgaro 6 months ago
parent 6926ef0556
commit c926ed5289
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -78,13 +78,13 @@ void InterfaceTray::mousePressEvent( TQMouseEvent* e )
switch( e->button() )
{
case Qt::LeftButton:
case TQt::LeftButton:
emit leftClicked();
break;
case Qt::MidButton:
case TQt::MidButton:
emit graphSelected( true );
break;
case Qt::RightButton:
case TQt::RightButton:
KSystemTray::mousePressEvent( e );
break;
default:

Loading…
Cancel
Save