diff options
Diffstat (limited to 'kate')
-rw-r--r-- | kate/part/katesupercursor.cpp | 2 |
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) { |