From a604df8425b427ffdd9c8f5b6a98e6c50aa33fdc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 Nov 2023 15:22:35 +0900 Subject: [PATCH] Replace Qt with TQt Signed-off-by: Michele Calgaro --- tdenetworkmanager/src/tdenetman-tray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;