[Kst] branches/work/kst/portto4/kst/src/libkst
Mike Fenton
mike at staikos.net
Tue Oct 2 20:31:28 CEST 2007
SVN commit 720222 by fenton:
Conversion of kstdateparser to DateParser.
A dateparser.cpp kstdateparser.cpp#720220 [License: GPL (v2+)]
A dateparser.h kstdateparser.h#720220 [License: GPL (v2+)]
M +1 -1 kstdatasource.h
D kstdateparser.cpp
D kstdateparser.h
M +2 -2 libkst.pro
--- branches/work/kst/portto4/kst/src/libkst/kstdatasource.h #720221:720222
@@ -29,7 +29,7 @@
#include "kst_export.h"
#include "kstobject.h"
-#include "kstdateparser.h"
+#include "dateparser.h"
#include "kstobjectlist.h"
#include "scalar.h"
--- branches/work/kst/portto4/kst/src/libkst/libkst.pro #720221:720222
@@ -22,7 +22,7 @@
kstdebug.cpp \
rwlock.cpp \
kstmath.cpp \
- kstdateparser.cpp \
+ dateparser.cpp \
# Needs porting, but is unused anyway
#ksttimezones.cpp \
scalar.cpp \
@@ -60,7 +60,7 @@
kstdatacollection.h \
kstdataplugin.h \
kstdatasource.h \
- kstdateparser.h \
+ dateparser.h \
kstdebug.h \
kstevents.h \
kst_export.h \
More information about the Kst
mailing list