[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Aug 7 21:22:10 CEST 2003


CVS commit by staikos: 

remove scalarlist.h - not needed


  M +0 -1      kstdataobject.h   1.17
  M +1 -1      kstequationcurve.h   1.20
  M +1 -2      kstlabel.h   1.11
  M +0 -1      kstplugin.h   1.21
  M +1 -0      kstscalar.h   1.12
  M +1 -1      kstvector.h   1.35
  R            kstscalarlist.h   1.6


--- kdeextragear-2/kst/kst/kstdataobject.h  #1.16:1.17
@@ -21,5 +21,4 @@
 
 #include "kstvector.h"
-#include "kstscalarlist.h"
 #include "kstobject.h"
 

--- kdeextragear-2/kst/kst/kstequationcurve.h  #1.19:1.20
@@ -24,5 +24,5 @@
 #include "kstpoint.h"
 #include "kstbasecurve.h"
-#include "kstscalarlist.h"
+#include "kstscalar.h"
 #include <qstring.h>
 #include <qcolor.h>

--- kdeextragear-2/kst/kst/kstlabel.h  #1.10:1.11
@@ -16,6 +16,5 @@
  ***************************************************************************/
 
-//#include "kstfile.h"
-#include "kstscalarlist.h"
+#include "kstscalar.h"
 #include <qstring.h>
 #include <qpainter.h>

--- kdeextragear-2/kst/kst/kstplugin.h  #1.20:1.21
@@ -21,5 +21,4 @@
 #include "kstdataobject.h"
 #include "plugin.h"
-#include "kstscalarlist.h"
 
 #include <qvaluelist.h>

--- kdeextragear-2/kst/kst/kstscalar.h  #1.11:1.12
@@ -51,4 +51,5 @@ private:
 
 typedef KSharedPtr<KstScalar> KstScalarPtr;
+typedef KstObjectList<KSharedPtr<KstScalar> > KstScalarList;
 
 #endif

--- kdeextragear-2/kst/kst/kstvector.h  #1.34:1.35
@@ -24,5 +24,5 @@
 
 #include "kstobject.h"
-#include "kstscalarlist.h"
+#include "kstscalar.h"
 
 #include <math.h>




More information about the Kst mailing list