CVS commit by mueller:
unbreak compile
M +1 -1 kstviewobject.h 1.75
--- kdeextragear-2/kst/kst/kstviewobject.h #1.74:1.75
@@ -142,5 +142,5 @@ class KstViewObject : public KstObject {
Zoom = 2048,
Pause = 4096,
- MoveTo = 8192,
+ MoveTo = 8192
};