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