From 1ec7b1dadc8d1668fb89cf06b32dfc52c18db4d6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 4 Nov 2023 23:32:44 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- src/gui/kdeext/KLedButton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/kdeext/KLedButton.cpp') diff --git a/src/gui/kdeext/KLedButton.cpp b/src/gui/kdeext/KLedButton.cpp index e2f2165..face32a 100644 --- a/src/gui/kdeext/KLedButton.cpp +++ b/src/gui/kdeext/KLedButton.cpp @@ -48,7 +48,7 @@ KLedButton::~KLedButton() void KLedButton::mousePressEvent( TQMouseEvent *e ) { - if (e->button() == Qt::LeftButton) { + if (e->button() == TQt::LeftButton) { toggle(); emit stateChanged( state() ); } -- cgit v1.2.1