diff options
Diffstat (limited to 'kate/part/katesupercursor.cpp')
-rw-r--r-- | kate/part/katesupercursor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/part/katesupercursor.cpp b/kate/part/katesupercursor.cpp index 8a2689014..c1895abda 100644 --- a/kate/part/katesupercursor.cpp +++ b/kate/part/katesupercursor.cpp @@ -662,7 +662,7 @@ void KateSuperRangeList::slotDeleted(TQObject* range) m_columnBoundaries.removeRef(r->m_end); } - int index = findRef(r); + int index = tqfindRef(r); if (index != -1) take(index); //else kdDebug(13020)<<"Range not found in list"<<endl; @@ -743,4 +743,4 @@ TQPtrCollection::Item KateSuperRangeList::newItem(TQPtrCollection::Item d) return TQPtrList<KateSuperRange>::newItem(d); } -// kate: space-indent on; indent-width 2; replace-tabs on; +// kate: space-indent on; indent-width 2; tqreplace-tabs on; |