[Kst] branches/work/kst/portto4/kst/src/libkstmath
Mike Fenton
mike at staikos.net
Thu Oct 4 22:27:31 CEST 2007
SVN commit 721222 by fenton:
Conversion of KstColorSequence to Kst::ColorSequence.
A colorsequence.cpp kstcolorsequence.cpp#721200 [License: GPL (v2+)]
A colorsequence.h kstcolorsequence.h#721200 [License: GPL (v2+)]
D kstcolorsequence.cpp
D kstcolorsequence.h
M +1 -1 kstvcurve.cpp
M +2 -2 libkstmath.pro
--- branches/work/kst/portto4/kst/src/libkstmath/kstvcurve.cpp #721221:721222
@@ -23,7 +23,7 @@
// application specific includes
#include "dialoglauncher.h"
-#include "kstcolorsequence.h"
+#include "colorsequence.h"
#include "datacollection.h"
#include "debug.h"
#include "kstlinestyle.h"
--- branches/work/kst/portto4/kst/src/libkstmath/libkstmath.pro #721221:721222
@@ -23,7 +23,7 @@
SOURCES += \
kstpainter.cpp \
- kstcolorsequence.cpp \
+ colorsequence.cpp \
kstsettings.cpp \
kstobjectdefaults.cpp \
labelparser.cpp \
@@ -63,7 +63,7 @@
eparse.h \
kstrelation.h \
basicplugin.h \
- kstcolorsequence.h \
+ colorsequence.h \
kstcsd.h \
kstcurvehint.h \
kstcurvepointsymbol.h \
More information about the Kst
mailing list