From 34a191d96f3f9223b8c71da76ad6d8f3c2c9863d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 9 Aug 2023 17:18:13 +0900 Subject: Drop TQT_TQ*_CONST defines Signed-off-by: Michele Calgaro (cherry picked from commit 23278d259378e17087bf9aeaa5e45974dfb74bce) --- kate/part/katesupercursor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/part/katesupercursor.cpp') diff --git a/kate/part/katesupercursor.cpp b/kate/part/katesupercursor.cpp index 287786e3d..b08888f57 100644 --- a/kate/part/katesupercursor.cpp +++ b/kate/part/katesupercursor.cpp @@ -636,7 +636,7 @@ bool KateSuperRangeList::rangesInclude(const KateTextCursor& cursor) void KateSuperRangeList::slotEliminated() { if (sender()) { - KateSuperRange* range = static_cast(const_cast(TQT_TQOBJECT_CONST(sender()))); + KateSuperRange* range = static_cast(const_cast(sender())); emit rangeEliminated(range); if (m_trackingBoundaries) { -- cgit v1.2.1