summaryrefslogtreecommitdiffstats
path: root/karbon/core/vlayer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'karbon/core/vlayer.cc')
-rw-r--r--karbon/core/vlayer.cc2
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 );