CVS commit by staikos:
while I'm in here....
M +1 -4 kstviewobject.h 1.35
--- kdeextragear-2/kst/kst/kstviewobject.h #1.34:1.35
@@ -206,8 +206,5 @@ KstObjectList<KstSharedPtr<T> > KstViewO
if (recursive) {
- KstViewObjectPtr p = *i;
- if (p) {
- rc += p->findChildrenType<T>(recursive);
- }
+ rc += (*i)->findChildrenType<T>(recursive);
}
}