From 2ceb4caa0bdb7828fdc87dca7b5a719279e23398 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 12 Aug 2023 18:48:13 +0900 Subject: Drop TQT_BASE_OBJECT* defines Signed-off-by: Michele Calgaro --- kompare/libdiff2/komparemodellist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kompare/libdiff2') diff --git a/kompare/libdiff2/komparemodellist.cpp b/kompare/libdiff2/komparemodellist.cpp index 11171ade..7691536c 100644 --- a/kompare/libdiff2/komparemodellist.cpp +++ b/kompare/libdiff2/komparemodellist.cpp @@ -633,7 +633,7 @@ void KompareModelList::slotSelectionChanged( const Diff2::DiffModel* model, cons // This method will signal all the other objects about a change in selection, // it will emit setSelection( const DiffModel*, const Difference* ) to all who are connected kdDebug(8101) << "KompareModelList::slotSelectionChanged( " << model << ", " << diff << " )" << endl; - kdDebug(8101) << "Sender is : " << TQT_TQOBJECT(const_cast(sender()))->className() << endl; + kdDebug(8101) << "Sender is : " << sender()->className() << endl; // kdDebug(8101) << kdBacktrace() << endl; m_selectedModel = const_cast(model); @@ -668,7 +668,7 @@ void KompareModelList::slotSelectionChanged( const Diff2::Difference* diff ) // This method will emit setSelection( const Difference* ) to whomever is listening // when for instance in kompareview the selection has changed kdDebug(8101) << "KompareModelList::slotSelectionChanged( " << diff << " )" << endl; - kdDebug(8101) << "Sender is : " << TQT_TQOBJECT(const_cast(sender()))->className() << endl; + kdDebug(8101) << "Sender is : " << sender()->className() << endl; m_selectedDifference = const_cast(diff); -- cgit v1.2.1