CVS commit by staikos:
CVS_SILENT note to self
M +1 -0 kstobject.h 1.26
--- kdeextragear-2/kst/kst/kstobject.h #1.25:1.26
@@ -79,4 +79,5 @@ class KstObjectList : public QValueList<
KstObjectList& operator=(const KstObjectList& l) {
+ // FIXME: investigate, should we just deep copy?
this->QValueList<T>::operator=(l);
return *this;