diff options
Diffstat (limited to 'karbon/core/vlayer.cc')
-rw-r--r-- | karbon/core/vlayer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/core/vlayer.cc b/karbon/core/vlayer.cc index 49c3bc11..dddfe6ce 100644 --- a/karbon/core/vlayer.cc +++ b/karbon/core/vlayer.cc @@ -111,7 +111,7 @@ VLayer::downwards( const VObject& object ) { if( m_objects.getFirst() == &object ) return; - int index = m_objects.tqfind( &object ); + int index = m_objects.find( &object ); bool bLast = m_objects.getLast() == &object; m_objects.remove( index ); |