[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Mar 11 21:26:07 CET 2004


CVS commit by staikos: 

some of the new view stubs


  A            kstborderedviewobject.cpp   1.1 [GPL (v2+)]
  A            kstborderedviewobject.h   1.1 [GPL (v2+)]
  A            kstmetaplot.cpp   1.1 [GPL (v2+)]
  A            kstmetaplot.h   1.1 [GPL (v2+)]
  A            ksttoplevelview.cpp   1.1 [GPL (v2+)]
  A            ksttoplevelview.h   1.1 [GPL (v2+)]
  A            kstviewobject.cpp   1.1 [GPL (v2+)]
  A            kstviewobject.h   1.1 [GPL (v2+)]
  M +4 -0      Makefile.am   1.71
  M +1 -1      kstobject.h   1.17


--- kdeextragear-2/kst/kst/Makefile.am  #1.70:1.71
@@ -32,4 +32,8 @@
         kstscalartable.cpp \
         kstvectortable.cpp \
+        kstviewobject.cpp \
+        kstborderedviewobject.cpp \
+        ksttoplevelview.cpp \
+        kstmetaplot.cpp \
         kstplugin.cpp \
         kstplugindialog_i.cpp \

--- kdeextragear-2/kst/kst/kstobject.h  #1.16:1.17
@@ -31,5 +31,5 @@ class KstObjectPrivate;
 
 // BINARY COMPATIBILITY IS NOT YET GUARANTEED
-class KstObject : public KstShared, public QObject, public KstRWLock {
+class KstObject : public KstShared, public virtual QObject, public KstRWLock {
 public:
   KstObject();





More information about the Kst mailing list