From 153e7745023ae695c4319473e27710b70e9fab48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 15 Aug 2023 18:52:13 +0200 Subject: [PATCH] Fix FTBFS from issue #6. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ksystemlog/src/slotLogAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksystemlog/src/slotLogAction.cpp b/ksystemlog/src/slotLogAction.cpp index 94ff7e6..cda7419 100644 --- a/ksystemlog/src/slotLogAction.cpp +++ b/ksystemlog/src/slotLogAction.cpp @@ -37,7 +37,7 @@ SlotLogAction::SlotLogAction(KSystemLog* p) : } void SlotLogAction::slotLogAction(TDEAction::ActivationReason reason, TQt::ButtonState state) { - const TQObject* sender=TQT_TQOBJECT(TQObject::sender()); + const TQObject* sender=TQObject::sender(); //We can call the correct method from KSystemLog, which manage the two parameters parent->logActionClicked(sender, reason, state);