Drop TQT_BASE_OBJECT* defines

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Michele Calgaro 10 months ago
parent 6ce4e62349
commit ef1ce91387
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -38,7 +38,7 @@ SlotLogAction::SlotLogAction(KSystemLog* p) :
#if defined(TDE_MAKE_VERSION) && (TDE_VERSION >= TDE_MAKE_VERSION(3,4,0))
void SlotLogAction::slotLogAction(TDEAction::ActivationReason reason, TQt::ButtonState state) {
const TQObject* sender=TQT_TQOBJECT(const_cast<TQT_BASE_OBJECT_NAME*>(TQObject::sender()));
const TQObject* sender=TQT_TQOBJECT(const_cast<TQObject*>(TQObject::sender()));
//We can call the correct method from KSystemLog, which manage the two parameters
parent->logActionClicked(sender, reason, state);

Loading…
Cancel
Save