diff --git a/tdenetworkmanager/src/tdenetman-tray.cpp b/tdenetworkmanager/src/tdenetman-tray.cpp index 18a67c3..0997944 100644 --- a/tdenetworkmanager/src/tdenetman-tray.cpp +++ b/tdenetworkmanager/src/tdenetman-tray.cpp @@ -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;