[Kst] kdeextragear-2/kst/kst

Dirk Mueller mueller at kde.org
Wed Sep 22 14:46:44 CEST 2004


CVS commit by mueller: 

fix compile


  M +1 -1      kstcolorsequence.cpp   1.10


--- kdeextragear-2/kst/kst/kstcolorsequence.cpp  #1.9:1.10
@@ -66,5 +66,5 @@ QColor KstColorSequence::next(const KstB
   int dark_factor;
   int ptrMin;
-  int usage[_self->_count*2];
+  QMemArray<int> usage(_self->_count*2);
   int start;
   





More information about the Kst mailing list