From 8098183f196f5c80dc03cd749e2021308d427d8d 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 --- 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 );