From 214ce2baa77435937cda54bbd878fd339e82aeb6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Nov 2023 02:18:48 +0900 Subject: [PATCH] Replaced various '#define' with actual strings - part 4 Signed-off-by: Michele Calgaro (cherry picked from commit 8098183f196f5c80dc03cd749e2021308d427d8d) --- libk3b/tools/k3bradioaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libk3b/tools/k3bradioaction.cpp b/libk3b/tools/k3bradioaction.cpp index 182c8b5..164f413 100644 --- a/libk3b/tools/k3bradioaction.cpp +++ b/libk3b/tools/k3bradioaction.cpp @@ -80,7 +80,7 @@ void K3bRadioAction::slotActivated() const TQObject *senderObj = sender(); - if ( !senderObj || !::tqqt_cast( senderObj ) ) + if ( !senderObj || !::tqt_cast( senderObj ) ) return; const_cast( static_cast( senderObj ) )->on( true );