Fix FTBFS from issue #6.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/7/head
Slávek Banko 9 months ago
parent cf0f1b4439
commit 153e774502
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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);

Loading…
Cancel
Save