summaryrefslogtreecommitdiffstats
path: root/libk3b/tools
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:18:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:18:48 +0900
commit8098183f196f5c80dc03cd749e2021308d427d8d (patch)
treee3e470ae02cd86ff9bc5f42184e31abf2d3d1252 /libk3b/tools
parenta505e95cbfde0aa2edbbd08af0ca4a00fd276d4a (diff)
downloadk3b-8098183f196f5c80dc03cd749e2021308d427d8d.tar.gz
k3b-8098183f196f5c80dc03cd749e2021308d427d8d.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libk3b/tools')
-rw-r--r--libk3b/tools/k3bradioaction.cpp2
1 files changed, 1 insertions, 1 deletions
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<const TDEToolBarButton *>( senderObj ) )
+ if ( !senderObj || !::tqt_cast<const TDEToolBarButton *>( senderObj ) )
return;
const_cast<TDEToolBarButton *>( static_cast<const TDEToolBarButton *>( senderObj ) )->on( true );