[Kst] extragear/graphics/kst/kst

Andrew Walker arwalker at sumusltd.com
Wed Aug 17 23:01:14 CEST 2005


SVN commit 450288 by arwalker:

continue removal of graphics objects

 M  +0 -6      kst2dplot.cpp  
 M  +2 -3      kst2dplot.h  


--- trunk/extragear/graphics/kst/kst/kst2dplot.cpp #450287:450288
@@ -42,11 +42,6 @@
 #include "kstdoc.h"
 #include "kstfitdialog_i.h"
 #include "kstfilterdialog_i.h"
-#include "kstgraphicsellipse.h"
-#include "kstgraphicspolyline.h"
-#include "kstgraphicspolygon.h"
-#include "kstgraphicsrect.h"
-#include "kstgraphicsroundedrect.h"
 #include "kstimage.h"
 #include "kstlegend.h"
 #include "kstlinestyle.h"
@@ -158,7 +153,6 @@
   KstLabelPtr in_xfullticklabel, in_yfullticklabel;
   KstLabelPtr in_alabel;
   KstLegendPtr in_legend;
-  KstGraphicsBasePtr in_agraphic;
   bool x_log = false, y_log = false;
   QString in_curveToMarkersName;
   bool in_curveToMarkersRisingDetect = false;
--- trunk/extragear/graphics/kst/kst/kst2dplot.h #450287:450288
@@ -20,16 +20,15 @@
 
 #include <time.h>
 
+#include <qvaluestack.h>
+
 #include "kstbackbuffer.h"
 #include "kstbasecurve.h"
 #include "kstcolorsequence.h"
-#include "kstgraphicsbase.h"
 #include "kstlabel.h"
 #include "kstplotdefines.h"
 #include "kstviewwidget.h"
 
-#include <qvaluestack.h>
-
 namespace Equation {
   class Node;
 }


More information about the Kst mailing list