[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Mon May 17 22:08:34 CEST 2004


CVS commit by arwalker: 

Compile


  M +2 -2      curveplacementwidget.ui.h   1.4


--- kdeextragear-2/kst/kst/curveplacementwidget.ui.h  #1.3:1.4
@@ -86,7 +86,7 @@ void CurvePlacementWidget::updatePlotLis
     _plotList->clear();
     if (c) {
-        KstViewObjectList plots = static_cast<KstViewWindow*>(c)->view()->findChildrenType<Kst2DPlot>();
+        Kst2DPlotList plots = static_cast<KstViewWindow*>(c)->view()->findChildrenType<Kst2DPlot>();
 
-        for (KstViewObjectList::Iterator i = plots.begin(); i != plots.end(); ++i) {
+        for (Kst2DPlotList::Iterator i = plots.begin(); i != plots.end(); ++i) {
             _plotList->insertItem((*i)->tagName());
         }





More information about the Kst mailing list