summaryrefslogtreecommitdiffstats
path: root/kate/part/katesupercursor.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-09 17:18:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-09 21:29:52 +0900
commit34a191d96f3f9223b8c71da76ad6d8f3c2c9863d (patch)
tree977ab30a83c5a2cbf48f0353b58b915307c66b6e /kate/part/katesupercursor.cpp
parent18c573e806f0dcf0a7fcde805aaa528ef11ebc88 (diff)
downloadtdelibs-34a191d96f3f9223b8c71da76ad6d8f3c2c9863d.tar.gz
tdelibs-34a191d96f3f9223b8c71da76ad6d8f3c2c9863d.zip
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23278d259378e17087bf9aeaa5e45974dfb74bce)
Diffstat (limited to 'kate/part/katesupercursor.cpp')
-rw-r--r--kate/part/katesupercursor.cpp2
1 files changed, 1 insertions, 1 deletions
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<KateSuperRange*>(const_cast<TQObject*>(TQT_TQOBJECT_CONST(sender())));
+ KateSuperRange* range = static_cast<KateSuperRange*>(const_cast<TQObject*>(sender()));
emit rangeEliminated(range);
if (m_trackingBoundaries) {