SVN commit 485908 by staikos:
that was even more broken
M +1 -1 kst2dplot.cpp
--- trunk/extragear/graphics/kst/kst/kst2dplot.cpp #485907:485908
@@ -415,7 +415,7 @@
: KstPlotBase(plot), _buffer(8) {
QString plotName;
- _type = "Kst2DPlot";
+ _type = "Plot";
if (name.isEmpty()) {
plotName = KST::suggestPlotName();