summaryrefslogtreecommitdiffstats
path: root/khelpcenter/docentry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/docentry.cpp')
-rw-r--r--khelpcenter/docentry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/docentry.cpp b/khelpcenter/docentry.cpp
index 5b741bdf5..716c4d99e 100644
--- a/khelpcenter/docentry.cpp
+++ b/khelpcenter/docentry.cpp
@@ -278,7 +278,7 @@ void DocEntry::addChild( DocEntry *entry )
entry->weight() < mChildren[ i + 1 ]->weight() ) {
entry->setNextSibling( mChildren[ i + 1 ] );
mChildren[ i ]->setNextSibling( entry );
- mChildren.insert( mChildren.tqat( i + 1 ), entry );
+ mChildren.insert( mChildren.at( i + 1 ), entry );
break;
}
}